codeigniter-2
Deleting files using CodeIgniter?
I\'m not sure if this is the proper function to delete a single file (say an image) using CodeIgniter.[详细]
2023-02-19 23:23 分类:问答CodeIgniter - Simple base_url question
I\'m a bit confused here. I have a simple controller which loads a view. The view contains a 开发者_如何学JAVAform and links some CSS files. I don\'t really want to do ../../css/global.cssin my link[详细]
2023-02-19 21:30 分类:问答Codeigniter 2 not returning from model as object only as result array
So, i\'ve been using codeigniter for a while and I\'ve never had an issue running a query in my model and returning it to my controller which then passes it into my view where I access it as an object[详细]
2023-02-19 16:18 分类:问答Codeigniter 2 on IIS with web.config file
I have a codeigniter 开发者_开发知识库app working fine locally with WAMP. However, I am having trouble getting it to work on an IIS server. Please note that I do not want to enable query strings.[详细]
2023-02-19 11:19 分类:问答does ion auth library in codeigniter allow registration?
does ion auth li开发者_StackOverflow社区brary in codeigniter allow registration ?Yes, that\'s what the register() method is for.[详细]
2023-02-19 06:43 分类:问答CodeIgniter 2.0 input library character issue
I am using codeigniter in an app. There is a form. In the textarea element, I wrote something including[详细]
2023-02-18 00:25 分类:问答CI doesn't return the view buffer
My problem is when I load a view file, it sends it directly to the browser instead of returning it: $output=$this->load->view(\'topic\', $data, TRUE);[详细]
2023-02-16 12:20 分类:问答Codeigniter: URL solutionless problem
I have following url: http://localhost.com/phpdemo/bid/tf/red? This url redirects through This[ $route[\'tf/red?\'] = \"abc/blue\" ] to following url:[详细]
2023-02-15 19:21 分类:问答Route to multiple sub folders in CodeIgniter
I have a admin folder set up in my controllers directory, under that i have 3 seperate sub-folders with controllers inside of them.[详细]
2023-02-15 16:52 分类:问答404 is given when trying to access existing controller in CodeIgniter
I am working on a fairly new install of CodeIgniter 2.0. I have a htaccess-file containg this code RewriteEngine on[详细]
2023-02-15 13:35 分类:问答