You are on page 1of 2

Understanding Codeigniter

More about Controller

URL PHP file Function or Method


http://[domain]/ Application/controllers/index.php index()
http://[domain]/pages/termsandconditions Application/controllers/pages.php termsandconditions()
http://[domain]/pages/privacy Application/controllers/pages.php privacy()
http://[domain]/deinegrundlagen Application/controllers/deinegrundlagen.php index()
http://[domain]/deinereferenz Application/controllers/deinereferenz index()
http://[domain]/deinwunschauto Application/controllers/deinwunschauto index()
http://[domain]/deindesign Application/controllers/deindesign index()
http://[domain]/deinmarken Application/controllers/deinmarken index()
http://[domain]/deinresultat Application/controllers/deinresultat index()
http://[domain]/deinresultat/mehrinformationen Application/controllers/deinresultat mehrinformationen()
http://[domain]/testdrive Application/controllers/testdrive index()
http://[domain]/deinresultat/carcomparison Application/controllers/deinresultat/ carcomparison()

http://[domain]/[controller]/[method]?var1=value1&var2=value2…

How to use codeigniter:


/user_guide_and_docs/codeigniter/index.html
Cococar technology
 Apache
 Mysql
 PHP 5
o Codeigniter
 Jquery, CSS, html 5
o Bootstrap
 Smarty

Database
user_guide_and_docs/database/database-design.png

You might also like