After evaluating some PHP frameworks, I've picked Yii because it seems to have the best ratio between cost/benefit. It's quite complete, easy to learn, performs fast and even has some similarities with Django, my favorite web framework.
Here's my Yii learning process:
If you'r new to Yii and are looking for a starting point, this one worked for me.
./M6
Here's my Yii learning process:
- Start with Larry Ullman Learning the Yii framework tutorial.
- Read the Larry Ullman Working with layouts in Yii to learn how to change the GUI.
- Read the Configuring controller access rules to default-deny to learn how to control the user access.
- Read the Relational Active Record to learn about the model relations.
- Get Yii Bootstrap and read the documentation to get great widgets.
- Get Yiiclipse, if you use Eclipse as an IDE.
If you'r new to Yii and are looking for a starting point, this one worked for me.
./M6