Yii is a free, open-source Web application development framework written in PHP5 that promotes clean, DRY design and encourages rapid development. It works to streamline your application development and helps to ensure an extremely efficient, extensible, and maintainable end product.

learn more… | top users | synonyms

2
votes
1answer
1k views

PHP Framework for RESTful Web Service

I have been going round in circles with this question for days - which is the best PHP framework to use to create a RESTful Web service? I've trawled the web for info and have come across three main ...
0
votes
1answer
803 views

Yii validation before entering data into database?

I'm developing a web application using php and yii framework. Yii generates validation rules based on your tables and checks user input before the data is entered. I would like to validate the data ...