Database driven routes in CodeIgniter with caching |
[eluser]Addow[/eluser]
Hi neillyons.info, Yesterday I was struggling with the internationalization process of my CI application, specifically on the language based routing. I tried several methods to do it dynamically, but at the end I decided to use a modified cached database driven routing. I added an extra "language" field in the table, but that does not change anything to your approach. I also tried other approaches (the no hooking/datamapper is one of them), but (as expected) the cached approach is a way faster than other database driven ones. So I may conclude, I like this one very much, and both topics helped me a lot! Great work. |
Messages In This Thread |
Database driven routes in CodeIgniter with caching - by El Forum - 05-04-2010, 05:12 PM
Database driven routes in CodeIgniter with caching - by El Forum - 05-31-2010, 03:41 AM
Database driven routes in CodeIgniter with caching - by El Forum - 02-27-2011, 11:25 AM
Database driven routes in CodeIgniter with caching - by El Forum - 02-27-2011, 11:26 AM
Database driven routes in CodeIgniter with caching - by El Forum - 02-27-2011, 11:41 AM
Database driven routes in CodeIgniter with caching - by El Forum - 03-03-2011, 07:25 AM
Database driven routes in CodeIgniter with caching - by El Forum - 08-10-2011, 12:53 PM
Database driven routes in CodeIgniter with caching - by El Forum - 01-31-2013, 03:51 AM
|