Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter's Future
#20

[eluser]Rick Jolly[/eluser]
xwero, interesting improvement. Thanks.

Still ideally we wouldn't have to work around php 4 limitations:
Code:
// CI way
$this->load->model('Mymodel');
$this->Mymodel->do_something();

// work-around:
Models('Mymodel')->do_something();

// standard php 5 when using an __autoload() function:
Mymodel::instance()->do_something();
Also, when using autoload, we could also better control when we'd rather not use a singleton class.


Messages In This Thread
CodeIgniter's Future - by El Forum - 01-06-2009, 03:03 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 03:22 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 03:29 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 03:30 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 03:30 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 03:32 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 03:43 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:11 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:17 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:19 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:32 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:38 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:42 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:45 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:50 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:51 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:57 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 04:58 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 05:01 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 05:18 PM
CodeIgniter's Future - by El Forum - 01-06-2009, 06:33 PM
CodeIgniter's Future - by El Forum - 01-07-2009, 05:20 AM
CodeIgniter's Future - by El Forum - 01-07-2009, 06:51 AM
CodeIgniter's Future - by El Forum - 01-07-2009, 02:32 PM
CodeIgniter's Future - by El Forum - 01-07-2009, 02:38 PM
CodeIgniter's Future - by El Forum - 01-07-2009, 02:44 PM
CodeIgniter's Future - by El Forum - 01-13-2009, 07:36 AM
CodeIgniter's Future - by El Forum - 01-29-2009, 12:10 AM
CodeIgniter's Future - by El Forum - 07-21-2009, 12:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB