codeigniter-routing
routing Codeigniter with HMVC
I\'m using Codeigniter in combination with Datamapper and HMVC. see folder structure: -application -controllers[详细]
2023-04-10 15:14 分类:问答Create Custom URLs
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[详细]
2023-04-06 13:26 分类:问答Codeigniter - uri routing, skipping a segment
I\'d like to skip a section of a uri with Code Igniter. I have the following urls /about /info /admin/users[详细]
2023-03-28 05:49 分类:问答Problem uploading a file - probably has something to do with passing segments in url
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.[详细]
2023-03-20 20:14 分类:问答Code Igniter: issue with nav & templating based on current controller/method
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[详细]
2023-03-03 15:01 分类:问答New pages in CodeIgniter on a big website
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[详细]
2023-02-28 16:13 分类:问答Codeigniter URL routing question
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:[详细]
2023-02-20 06:49 分类:问答CodeIgniter: adding parameters to URL
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[详细]
2023-02-03 16:08 分类:问答Conversion for Delphi 2009 unicode issue
I converting a lecacy app from Delphi 7 to Delphi 2009. I got this error: E2010 Incompatible types: \'Char\' and \'AnsiChar\'[详细]
2022-12-17 02:48 分类:问答CodeIgniter: Simple URL routing question
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.[详细]
2022-12-10 13:11 分类:问答