I\'m using Codeigniter in combination with Datamapper and HMVC. see folder structure: -application -controllers
I have a model that returns a list of artist\'s names from a database along with their ID. I want to loop thr开发者_开发问答ough these artists in my view and create links to their pages with the follo
I\'d like to skip a section of a uri with Code Igniter. I have the following urls /about /info /admin/users
The code below keeps putting images in the folder assets/images/photoAlbums, but i feel like it should be putting them in the folder assets/images/photoAlbums/$album.
My controllers and methods map to sections and pages so I use that to highlight current navigation items and show page templates (via $this->router->class..). But I\'ve struck a bit of a problem, I ha
I have a website with many scripts written in \"p开发者_运维知识库ure\" PHP, i.e. no specific framework has been used to write the files. Furthermore, all the URLs are custom using .htaccess and speci
I\'d like to know how to accomplish the following using the Codigniter MVC framework: I want the URLs on my site looking like this:
Started my first CI project and am just wondering how I handle URL parameters? I have a controller named \'city\', and I\'ve modified my mod_rewrite so localhost/code开发者_JAVA百科igniter uses rewrit
I converting a lecacy app from Delphi 7 to Delphi 2009. I got this error: E2010 Incompatible types: \'Char\' and \'AnsiChar\'
I\'m new to CI and URI routing in general. I created a new app. Set the default controller to Main. In Main, I have an index method, a po开发者_如何学Pythonpular method and a recent method.