Category Archives: codeigniter

dynamic database based routing with codeigniter

Ever wanted to generate routing from database with codeigniter? I had to for one of my recent project. Here goes the detailed instruction on doing it. Extend the Router class. Create new file My_Router.php in your application libraries folder with … Continue reading

Posted in Tutorials, codeigniter | 4 Comments

Using phpQuery with codeigniter

phpQuery is very useful for server based DOM manipulation. Where jquery is famous for client side Dom manipulation and traversing. Here comes phpQuery based on jquery for server Dom manipulation. Recently i needed to use phpQuery in one of my … Continue reading

Posted in Tutorials, codeigniter | Tagged | Leave a comment

yahoo smileys array for codeigniter

I needed to use yahoo like emoticons in my new project i am working. So i had to replace all existing array of smileys, So in order to make this painful process easier to other who are trying to use … Continue reading

Posted in codeigniter, php | Leave a comment