문제

Is it advisable to use yii framework (or any other php framework) for application handling jsonrpc requests only?

I am confused between

  1. creating my own file/folder structure with oop, AND
  2. using existing yii framework (or any other php framework)

Can anyone suggest, what i should do?

Is there any other php framework available to do same.???

Thanks

도움이 되었습니까?

해결책

A framework will cut down the amount of development, particularly for something like JSON request handling (which is build into Yii) and thus you would get the project off the ground more quickly and have less code to maintain.

However, for you, there is, of course, the Yii learning curve ... but I reckon it would be worth it in the long run...

How big is your project?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top