Welcome Guest, Not a member yet? Register   Sign In
Codeigniter + namespaces
#8

[eluser]goFrendiAsgard[/eluser]
[quote author="porquero" date="1331088931"]I've patched CI to make support namespaces. Only replace Codeigniter.php file with patch. And Code your controllers:

Code:
namespace controllers\blog

class user extends \CI_Controller {
  public function get_comments($id_user){
     // Code  
  }
}

$_ns = __NAMESPACE__;

Download patch:
http://dl.dropbox.com/u/315893/blog/CI+H...gniter.php

More info:
http://porquero.blogspot.com/2012/03/cod...art-1.html[/quote]

If this is merged to official release, CodeIgniter will be better. Just add "action_index" instead of "index", and it will be (may be) as good as FuelPHP


Messages In This Thread
Codeigniter + namespaces - by El Forum - 03-06-2012, 07:55 PM
Codeigniter + namespaces - by El Forum - 03-21-2012, 08:32 PM
Codeigniter + namespaces - by El Forum - 03-21-2012, 10:07 PM
Codeigniter + namespaces - by El Forum - 03-21-2012, 11:04 PM
Codeigniter + namespaces - by El Forum - 03-22-2012, 12:05 PM
Codeigniter + namespaces - by El Forum - 03-22-2012, 12:11 PM
Codeigniter + namespaces - by El Forum - 03-24-2012, 10:13 AM
Codeigniter + namespaces - by El Forum - 03-27-2012, 11:21 PM
Codeigniter + namespaces - by El Forum - 03-28-2012, 06:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB