Konstruktor CI

class upload extends CI_Controller {

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

    // rest of the class...
}
abed.in