Welcome Guest, Not a member yet? Register   Sign In
Add namespaces in codeigniter 3
#1

(This post was last modified: 01-16-2015, 03:38 AM by rtorralba.)

Hi,


I think namespaces using will improve codeigniter structuration without make it more difficult its use.

For example current model loading way is some magic:

$this->load->model('users_model', 'users');

If someone read this php code, must to know that this sentence load Users_model class from models/users_model.php into $this->users only because is a codeigniter convenion

In addition to this, the IDEs need namespace information to helps developer in his work. 

Greetings.
Reply


Messages In This Thread
Add namespaces in codeigniter 3 - by rtorralba - 01-16-2015, 03:32 AM
RE: Add namespaces in codeigniter 3 - by mwhitney - 01-16-2015, 11:51 AM
RE: Add namespaces in codeigniter 3 - by mwhitney - 01-20-2015, 08:54 AM
RE: Add namespaces in codeigniter 3 - by sv3tli0 - 01-20-2015, 09:23 AM
RE: Add namespaces in codeigniter 3 - by qury - 12-04-2017, 04:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB