Welcome Guest, Not a member yet? Register   Sign In
Create News Item Tutorial
#4

[eluser]jairoh_[/eluser]
sir you must have a controller.

in you controller ex.

controllername.php
Code:
<?php
class Controllername extends CI_Controller {
           function index () {
                  $this->load->view( 'news/create' );
            }
}
and access it using
http://localhost/News/index.php/controllername
or
http://localhost/News/controllername



hope this helps.


Messages In This Thread
Create News Item Tutorial - by El Forum - 08-12-2013, 08:00 PM
Create News Item Tutorial - by El Forum - 08-12-2013, 10:02 PM
Create News Item Tutorial - by El Forum - 08-13-2013, 12:43 AM
Create News Item Tutorial - by El Forum - 08-13-2013, 02:29 AM
Create News Item Tutorial - by El Forum - 08-13-2013, 02:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB