codeigniter-routing Questions
4
Solved
This seems really basic but i can't get the hang of it.
I'm trying to send more then one parameter to a method in the controller, like this :
http://localhost/ci/index.php/subjects/3/state
This...
Kalfas asked 6/11, 2012 at 7:23
6
I'm currently developing a website using CodeIgniter and I recently stumbled upon a routing & .htaccess problem.
Basically, the structure of my simple website (let's call my project 'CIExample...
Ontologism asked 18/3, 2013 at 15:48
7
I was going through the official Code Igniter tutorial when I hit a snag...
The tutorial had me save and run this code:
<?php
class Blog extends Controller {
function index()
{
echo 'Hello...
Windsor asked 3/11, 2009 at 3:50
3
Solved
I'm trying to implement page templating in my codeigniter application, templating is working fine for instance, i have a blog page, which i'm trying to assign as my homepage, with different view an...
Quadrillion asked 11/8, 2013 at 19:37
2
Solved
For technical reasons, I don't want to use .htaccess to remove index.php from URL in CodeIgniter. I have seen the route section. I also tried with a route like this:
$route['(:any)'] = 'index.php...
Wino asked 24/6, 2013 at 2:52
1
Solved
I am wondering if there is any simple way of debugging routes in code igniter?
preferably I would like to be able to see in the log along the lines of:
Client sent : apps/something
Route found : ...
Caucasian asked 16/9, 2012 at 10:29
4
Solved
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/codeigniter uses rewrite to localhost/...
Foliate asked 10/1, 2011 at 13:1
3
Solved
I have a controller which has several methods which should all share common informations. Let's say my URI format is like this:
http://server/users/id/admin/index
http://server/users/id/admin/new
...
Lapboard asked 18/12, 2009 at 12:55
1
© 2022 - 2024 — McMap. All rights reserved.