My stream of consciousness being a programmer.

Tuesday, November 6, 2012

CRUD application with Yii framework.

Image result for yii

Please note that, this is a very minimal sample application done for a USER model using yii framework.

How to run,

1 – Please download the attachment.  http://www.mediafire.com/download/qd8zjcc94b4h3gc/yiiDemo.zip

2 – Create a db called “demoYii” and import the script file named (demoYii.sql) in mysql database. (using phpMyAdmin)

3 – Place the downloaded code inside htdocs folder. (if your using wamp, you can place it inside the www folder)

4 – Thats all, now you can view the application through following URL.  http://localhost/yiiDemo/web/index.php

NB: You need to login in order to view the crud therefore please use the following credentials.

User : admin, Password : admin

06 Nov 2012

Related Posts:

  • MYSQL Table locking his topic can be new to some but its very much important when working with concurrent access to a particular table row (record). for example lets s… Read More
  • NIC me, another andorid app Happy to announce my android application which i have named as Nic Me (nik me).. A basic app which will give you the birth day and some other informa… Read More
  • PHP has no FINALLY I am so curious why PHP doesn’t have FINALLY block along with normal TRY CATCH blocks. It’s very much necessary and will let us stay away from code … Read More
  • PHP Incrementing & Decrementing Operators What is the meaning of ++ increment operator and - – decrement operator and how can we use it ? Below is a small explanation on what it does, ++… Read More
  • CRUD application with Yii framework. Please note that, this is a very minimal sample application done for a USER model using yii framework. How to run, 1 – Please download the attach… Read More

0 comments:

Post a Comment

Popular Posts

Powered by Blogger.