Domanda

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

È stato utile?

Soluzione

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?

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top