codeigniter-2
Allow any character in URL
I want to deliver an URL using Post in HTML/PHP with codeIgniter. So I output my URL\'s BASE64-Encoded in a hidden field because the URL is crawled from Googles response Page and nearly any character[详细]
2023-04-07 16:15 分类:问答xsendfile only works from index
I\'m trying to send a file to the user using xsendfile within the code igniter framework. It is all installed correctly, my problem is that it only seems to work from the route, e开发者_运维问答ven t[详细]
2023-04-06 16:20 分类:问答Inserting iframe into mysql db
I am using codeigniter and at the moment I have a bit of the problem. When I insert iframe (from the youtube) into db in the view file I get row code like this:[详细]
2023-04-06 15:40 分类:问答php arrays, How come the maximum array size is 7...?
An array I use in my PHP code can grow only up to 7 elements. Could anybody shed some light to figure this out? please.[详细]
2023-04-06 05:06 分类:问答Autoloading all models in CodeIgniter
Are there any disadvantages to just putting all models in $autoload[\'model开发者_C百科\'] instead of loading them only as necessary? You might want to take a look at the CodeIgniter Profiler Class to[详细]
2023-04-06 04:53 分类:问答How to validate time input in Codeigniter
I have a text box in a form to enter time and I use to check the validation using jquery. But now I want to check the validation of the text box using the codeigniter\'s built-in validation system. Wo[详细]
2023-04-05 19:42 分类:问答Codeigniter - Batch Update with Multiple Where Conditions
For starters, the Codeigniter documentation on update_batch does not exist. kenjis was kind enough to provide some documentation and submit it to the repository. Hopefully they pull it soon.[详细]
2023-04-04 19:23 分类:问答Can't access a Codeigniter controller in sub folder
I have set up a folder with a controller in it: controllers/admin/home.php, but I get a 404 from the browser when开发者_StackOverflow社区 I try to access it.[详细]
2023-04-04 04:31 分类:问答CodeIgniter 2 no longer able to use PATH_INFO after modifying .htaccess
I\'m brand new to CI and I\'m trying to remove the annoying \"index.php\" from the URLs. This is the .htaccess I\'m using:[详细]
2023-04-04 04:24 分类:问答Remove index.php for multiple applications in Codeigniter
I have two folders in application for dev/ and live/ sharing the same system.This is a fresh install.How do I remove the index.php in the url via htaccess? I\'ve tried the provided code:[详细]
2023-04-03 17:33 分类:问答