Welcome Guest, Not a member yet? Register   Sign In
parent construct
#4

PHP Code:
function __construct()
{
    
parent::__construct();
    
$this->load->helper('url'); //Just for the examples, this is not required thought for the library


Now go here and learn PHP before trying to learn a PHP Framework!

PHP NET
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
parent construct - by davy_yg - 05-16-2016, 08:14 AM
RE: parent construct - by arma7x - 05-16-2016, 08:26 AM
RE: parent construct - by Narf - 05-16-2016, 08:30 AM
RE: parent construct - by InsiteFX - 05-16-2016, 01:47 PM
RE: parent construct - by arma7x - 05-16-2016, 03:01 PM
RE: parent construct - by davy_yg - 05-16-2016, 04:08 PM
RE: parent construct - by arma7x - 05-16-2016, 04:37 PM
RE: parent construct - by cartalot - 05-16-2016, 04:37 PM
RE: parent construct - by JayAdra - 05-16-2016, 05:19 PM
RE: parent construct - by arma7x - 05-17-2016, 01:17 AM
RE: parent construct - by JayAdra - 05-17-2016, 02:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB