If you are looking for a website to be developed and don't know where to start?
Web development is pretty easy, unlike software development on mobile devices and desktop web development easy to learn.
There are many softwares/scripting support to develop websites, Today I am going to discuss how to start to develop a website using php. PHP is a one of the best technology so far. You can learn about php/mysql by doing search on Google. But my target to give you a idea how to use Yii PHP Framework to develop a website.
What is Yii PHP Framework?
PHP is a scripting language, To do script you can either use a framework or your own code. But using a framework will help you in so many ways. For an example if you try to create a user using php and mysql. Normally you have to create a database and tables on it. Also you need to write a script to connect the database, and make insert or update. To to do this you have to write your own code. But Yii PHP Framework is come with Rich features like MVC, DAO/ActiveRecord, I18N/L10N, caching, authentication and role-based access control, scaffolding, testing, etc.
How to work with Yii PHP Framework?
Before you start with Yii PHP Framework, you should have a basic idea in PHP, HTML, CSS and Mysql.
You can learn all from http://www.w3schools.com/.
Once you have idea about all, you can just download the framework from http://www.yiiframework.com/download/ and follow the guideline which are available in http://www.yiiframework.com/tour/.
Start to do your programming and enjoy!
No comments:
Post a Comment