This project is meant to serve as a practice platform for Yii Book contained code.
##Installation
- Clone the repo
- Copy and paste protected/config folders' "-example.php" files as ".php" (main-example.php as main.php etc.)
- Edit configuration files
##Progress
| N | Chapter | Done |
|---|
- | Fundemental Concepts | X
- | Starting a new application | X
- | A Manual For your Yii Site | X
- | Initial Customization And Code Generations | -
- | Working With Models | -
- | Working With Views | -
- | Working With Controllers | -
- | Working With Databases | -
- | Working With Forms | -
- | Maintaining Site | -
- | User Authentication And Authorization | -
- | Working With Widgets | -
- | Using extensions | -
- | JavaScript and Jquery | -
- | Internationalization | -
- | Leaving The Browser | -
- | Improving Performance | -
- | Advanced Database Issues | -
- | Extending YII | -