codeigniter-url Questions
4
Solved
I've just set up a new webiste http://www.reviewongadgets.com
But there is a problem with URL rendering
When I put an URL as below it's not working and gives page not found error
http://www.revie...
Joyjoya asked 11/12, 2011 at 15:23
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
10
Solved
According to CI's docs, CodeIgniter uses a segment-based approach, for example:
example.com/my/group
If I want to find a specific group (id=5), I can visit
example.com/my/group/5
And in the ...
Danielledaniels asked 24/5, 2010 at 1:10
6
Solved
As I know the Wordpress has is_home() function to determine home page.
In YII i use solution like this Yii check if homepage
In CI, templates actually, i faced many times with necessity of it. For...
Devanagari asked 6/5, 2013 at 16:20
2
Sorry for my bad english...
I have the most basic possible CodeIgniter setup and can't make it work... if i access the url
http://domain.com/index.php?controllerX/method it works fine.
Now I want...
Acolyte asked 2/4, 2011 at 17:20
3
In my site i want to add an functionality for user to use their username with domain.
Like in codeigniter right now i want to give the user to use their own url to login in site and do other stuff...
Hyperbola asked 16/3, 2012 at 11:53
4
Solved
I have a admin folder set up in my controllers directory, under that i have 3 seperate sub-folders with controllers inside of them.
-- Controllers
---- Admin
------ Dashboard
-------- dashboard.ph...
Gelatin asked 6/3, 2011 at 20:20
2
I am getting en error of "The URI you submitted has disallowed characters" when returning from facebook (using facebook login).
i have set permitted_uri_chars as follows: $config['permitted_uri_c...
Swithbart asked 1/5, 2012 at 16:14
1
Solved
I need to send data to URL, i have done this before by method GET and using url_encode()
Now that I need to POST with the framework CodeIgniter, I am not very well aware what to use
Any help will...
Nuli asked 29/6, 2015 at 3:33
3
OK I've spent 3 days trying to find out what's going on here and I'm stumped.
The site is built with CI. (http://horizoneslchina.com)
For a while I was getting Disallowed Key Characters whenever ...
Grundy asked 7/3, 2014 at 9:12
1
Solved
For getting the unique values i am using unique values. Below is the code i am using
array_unique($results_external);
aasort($results_external,"created_on");
$returns_buy_external[]=array_reverse(...
Varityper asked 10/6, 2014 at 9:56
2
Solved
sorry to bother but I am having some confusion with filepaths within codeigniter, as you may or may not know CI lays out its file system as follows:
-application:
-controllers
-views
-models
-s...
Curtiscurtiss asked 13/2, 2014 at 12:15
2
Solved
I want to have a clean URL in CodeIgniter based application for User's Profile Information.
Please Take a look at URL formats below.
Actual URL : http://www.mydomain.com/index.php/users/profile/u...
Crown asked 9/10, 2012 at 5:53
4
Solved
Using a framework makes it easy to list full url's for my html src and href attributes, and I feel I'm being more thorough by listing a full url instead of a relative path. But is this faster? Am I...
Annalisaannalise asked 21/9, 2011 at 16:16
1
Solved
How to make a working url like this: example.com/controller/method?id=1&cat=2
Unseemly asked 19/5, 2010 at 18:41
1
© 2022 - 2024 — McMap. All rights reserved.