Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

ci constructor

class upload extends CI_Controller {

    function __construct() {
        parent::__construct();
        $this->load->helper('form');
    }

    // rest of the class...
}
 
PREVIOUS NEXT
Tagged: #ci #constructor
ADD COMMENT
Topic
Name
1+9 =