Modules in Code Igniter (HMVC)
Threw this on ShopTank tonight for Matt, looks very impressive. A way to create and load modules in code igniter… can’t be bothered explaining it, the details on their info page do a good job of it. Stupidly easy to install and get going, just add the libaries to your installation and you’re away. Might [...]
Threw this on ShopTank tonight for Matt, looks very impressive. A way to create and load modules in code igniter… can’t be bothered explaining it, the details on their info page do a good job of it. Stupidly easy to install and get going, just add the libaries to your installation and you’re away.
Might write something up another day on integrating this into a template manager (ala subooa.com)
CodeIgniter 1.7 released
CodeIgniter Version 1.7 has been released. This version contains a number of new features and enhancements, as well as many small improvements and bug fixes. For a list of all changes please see the Change Log. If you are currently running Code Igniter please read the update instructions. Note: If your browser does not display [...]
CodeIgniter Version 1.7 has been released. This version contains a number of new features and enhancements, as well as many small improvements and bug fixes. For a list of all changes please see the Change Log.
If you are currently running Code Igniter please read the update instructions.
Note: If your browser does not display the 1.7 user guide please clear your cache and reload the page.
Posted by Rick Ellis on October 23, 2008
Setting up a CodeIgniter project in SVN
Only because I know I’m gonna have to use this… well I already am, but apparently not with the right setup, here’s a post on CodeIgniter.com on how to setup your project best in SVN. http://codeigniter.com/news/codeigniter_community_voice_howto_set_up_a_codeigniter_project_in_subversio/ var wordpress_toolbar_urls = ["http:\/\/codeigniter.com\/news\/codeigniter_community_voice_howto_set_up_a_codeigniter_project_in_subversio\/"];var wordpress_toolbar_url = “”;var wordpress_toolbar_oinw = “oinw”;var wordpress_toolbar_hash = “aHR0cDovL2Jsb2cuc3Vib29hLmNvbS9kZXZlbG9wbWVudC9zZXR0aW5nLXVwLWEtY2ktcHJvamVjdC1pbi1zdm4vPHdwdGI%2BU2V0dGluZyB1cCBhIENvZGVJZ25pdGVyIHByb2plY3QgaW4gU1ZOPHdwdGI%2BaHR0cDovL2Jsb2cuc3Vib29hLmNvbTx3cHRiPlN1Ym9vYSBTdHVkaW9zIEJsb2c%3D”;
Only because I know I’m gonna have to use this… well I already am, but apparently not with the right setup, here’s a post on CodeIgniter.com on how to setup your project best in SVN.