Showing posts with label yii. Show all posts
Showing posts with label yii. Show all posts

Monday, January 26, 2015

Create module and add CRUD Operation in YII, Step by step tutorial with pictures

Modular Programming is a software design technique that emphasizes separating the functionality of a program into independent, interchangeable modules, such that each contains everything necessary to execute only one aspect of the desired functionality.
  • Go to your project or create new project
You can create new YII project by running the following code:
yiiFrameworkPath/yiic webapp projectCreationPath/projectName