|
||||||||
Code Ignitor (php framework)Controller = program that responds to HTTP request1) When install get directory structure
2) Right click on contollers->New File 3) Name = MyContoller.php choose template = empty file
<?php
?>
3) URL http://whatever.com/CodeIgniter/index.php/MyController/index
|
||||||||
© Lynne Grewe |