Hello stackoverflow community, I\'ve got a little Problem with my CodeIgniter. I use two applications in my app folder. The first one is the frontend, the second one the backend.
HI I have a codeigniter controller called CIcontroller and I have a method say redirectmethod in the redirectmethod i have some code and then i do this
I\'m having an odd problem.My controller is trying to call uri segments and is not interpreting the hyphen correctly.I don\'t get any error.Just the rest of the page beyond the call doesn\'t render.Th
I am creating a site with Codeigniter. I have to show the customers profile page when a customer type his username after 开发者_开发问答the domain, like \" www.mydomain.com/username \". please give me
Basically one controller (controller/topics.php, http://192.168.1.50/topics) gets passed through CI\'s index.php like its suppose to, yet another (controller/user.php, http://192.168.1.50/user) for so
I have set the $routes[\'404_override\'] = \'city/switch_site\' now in my city controller class City extends CI_Controller {
I have a script that runs on every page of my codeigniter site. jQuery(document).ready(function($) { Cufon.replace(\'h1\');
I will be shifting my code base to the new 2.0 framework and just had a few questions on the following points
I have the following in my config/routes.php file: $route[\'(:any)\'] = \"dashboard/index/$1\"; This works as 开发者_C百科expected when visiting the following url: mysite.com/user/id, the function i
I\'m working on my first project with codeigniter 2.0 and have a bit of a problem. On my localhost (a MAMP installation) everything works fine with the routes. Only when i add a copy on my domain, cha