I want to use Zend Studio for a project built on CodeIgniter. But I want to be able to use the debugging functionality of Zend. Because of that, I cant seem to get the debugger to work properly cause
I am planning to make a project management with PHP/MySQL/Codeigniter. It will have 10 - 20 users and 20 - 30 projects going on at the same time.
I\'m running the CodeIgniter platform, which uses .htaccess to accept URLs like http://www.mysite.com/controller/function/argument
I have a div box with some images that the user can click. When the user clicks the image i want a ajax call that will provide me with the product images from that provider.
I have several HTML <select> dropdowns on the same page, used in slightly different contexts. They both use the same option data that is stored and echoed out of a php variable that was built fr
How do you set an error message for max_length 开发者_运维问答and min_length rules. For instance, if I set a rule max_length[6], I\'d like the error message to display
I want to declare some global variables and global constants.Normally, I would put them in the includes/global.php of my own custom framework.
I have a controller and a view; the data that I\'m working with inside the controller can\'t be trusted (it\'s drawn from somewhere external, and isn\'t $_GET or $_POST).
I am considering using CodeIgniter as the framework for my next web-application. However, I already have a large number of helper classes and data structures defined. I could add them to the applicati
I\'m new to CI and URI routing in general. I created a new app. Set the default controller to Main. In Main, I have an index method, a po开发者_如何学Pythonpular method and a recent method.