What is CI ?
CI is a php framework.
→ MVC pattern control
→ Easy to learn and more document user guide
→ An Open Source Php framework
→ More fast
→ Flow MVC controller
Installation step
Step One: Identify prerequirement[your local machine contains local server(xampp,wamp)]
Step 2: Download Codeigniter Setup from www.codegniter.com
Step 3: Extract it In [ xampp(xampp/htdocs/ in this or wamp (wamp/www/ …))
Step 4: Call your project name [localhost/todapp]
Step 5: create database and configure
How to create Todo app
Main goal of create Todo app
Trainers can know how CI work
Trainers can html and css
Trainers can understand mvc pattern oc Codeigniter framework
Trainers can configure and connect to mysql database
Trainers understand CRUD operation by CI
0 Comments