↧
CodeIgniter routes and .htaccess
CodeIgniter has a robust routing module as part of its MVC architecture. A trap for the inexperienced arises when the default controller works (e.g. site.com) but anything else such as...
View ArticleCodeIgniter Cart class product name restrictions
The CodeIgniter cart class has a non immediately apparent feature regarding special characters in the Product Name. Within the Cart library the line var $product_name_rules = '\.\:\-_ a-z0-9'; //...
View Article