I\'m wondering how CodeIgniter rewrites the url. By default, there is no htaccess file, yet it still works?开发者_高级运维
I have a codeigniter multistie install where I have such code that I can servesites with such links site.com/sites/sitename/controller/function/vars
I am trying to make a multidomain setup of codeigniter. I need to supportlinks like this www.site.com/users/username
OK I searched the boards and could not found any specific answer. the website and the shop aren\'t the same. Codeigniter has been used for handling everything so now I want to add a shop using Opencar
Hello there I am having some thoughts on my file structure in codeigniter.What I\'m doing right now is creating a folder with the project I\'m developing for and name it 开发者_如何转开发let\'s say \"
The domain I\'m using is http://www.domainname.com/admin/users/edit/1 class Cal_Admin extends Controller {
I\'ve had a problem with CI hand开发者_如何学运维ling $_GET and found a way to overcome it. The question is, can you see any security problem here?
I noticed that anchor(\'controller/method\') produces a different result than a mere <a href=\"controller/method\"> in that anchor() adds the base_url:
I\'m trying to learn the code igniter library and object oriented PHP in general and have a question.
I\'m kind of new with CodeIgniter and I\'m still learning (a lot). So I have a view and when I submit a form I \'call\' the controller by surfing to the right URL dynamically e.g. site/delete