Welcome Guest, Not a member yet? Register   Sign In
Security library Loading Error
#5

[eluser]Eng.Faruk[/eluser]
Code:
class NewPassport extends Controller {

public $security = '';
function NewPass()
{
  parent::Controller();
    

  $this->load->library('security');
  $this->load->helper('security');
  
  $this->load->helper('url');
  $this->load->helper('form');
        $this->load->library('session');    
        $this->load->model('cms_model','cms', TRUE);
  $this->load->library('form_validation');
  

}


Messages In This Thread
Security library Loading Error - by El Forum - 02-26-2012, 07:15 AM
Security library Loading Error - by El Forum - 02-26-2012, 09:01 AM
Security library Loading Error - by El Forum - 02-26-2012, 11:46 AM
Security library Loading Error - by El Forum - 02-26-2012, 12:11 PM
Security library Loading Error - by El Forum - 02-26-2012, 12:14 PM
Security library Loading Error - by El Forum - 02-26-2012, 12:43 PM
Security library Loading Error - by El Forum - 02-26-2012, 12:48 PM
Security library Loading Error - by El Forum - 02-26-2012, 12:56 PM
Security library Loading Error - by El Forum - 02-26-2012, 11:36 PM
Security library Loading Error - by El Forum - 02-26-2012, 11:55 PM
Security library Loading Error - by El Forum - 02-27-2012, 06:53 AM
Security library Loading Error - by El Forum - 02-27-2012, 09:36 AM
Security library Loading Error - by El Forum - 02-27-2012, 10:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB