Return to Snippet

Revision: 52029
at October 11, 2011 16:11 by otternq


Updated Code
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class  extends CI_Controller {

    /**
     * Loads models, configs, helpers, and the Zend Framework
     */
    public function __construct()
    {
        /**
         * CodeIgniter requires the parent constructor to be called
         */
        parent::__construct();
        
    }
}

/* End of file */
/* Location: ./application/controllers/ */

Revision: 52028
at October 11, 2011 15:34 by otternq


Initial Code
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class  extends CI_Controller {

	/**
	 *
	 */
	public function index()
	{
		
	}
}

/* End of file */
/* Location: ./application/controllers/ */

Initial URL


Initial Description


Initial Title
PHP - CodeIgniter - New Controller

Initial Tags
php, codeigniter

Initial Language
PHP