|
||||||||
Code Ignitor (php framework)View = program that gives view to client so that do not need to send data directly from client via HTTP request to controller. Instead do it through the view file/program.1) 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 |