Development

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 [...]

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 [...]

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”;

Setting up SSL certificates and SVN

K, well this is just a place for me to check back on in future if (or when) I need to do this again… Creating Certificate Authorities and self-signed SSL certificates And here is how subversion server was setup: Subversion on CentOS var wordpress_toolbar_urls = ["http:\/\/www.tc.umn.edu\/~brams006\/selfsign.html","http:\/\/wiki.centos.org\/HowTos\/Subversion"];var wordpress_toolbar_url = “”;var wordpress_toolbar_oinw = “oinw”;var wordpress_toolbar_hash = “aHR0cDovL2Jsb2cuc3Vib29hLmNvbS9kZXZlbG9wbWVudC9zZXR0aW5nLXVwLXNzbC1jZXJ0aWZpY2F0ZXMvPHdwdGI%2BU2V0dGluZyB1cCBTU0wgY2VydGlmaWNhdGVzIGFuZCBTVk48d3B0Yj5odHRwOi8vYmxvZy5zdWJvb2EuY29tPHdwdGI%2BU3Vib29hIFN0dWRpb3MgQmxvZw%3D%3D”;

Mod Rewrite not working [solved]

Ok, so it took a fair while to sort this out, but no matter what I did with .htaccess, I couldn’t get the URL’s for this site to be SEF. It seemed as if the mod_rewrite module wasn’t being loaded, but when I checked the config… it definitely was getting loaded. In the end, all [...]

Back to Top