I am attempting to create an image-upload form with CodeIgniter 1.7.2 However, when I attempt to upload an image, CI informs me the upload directory is invalid.
I have a controller with开发者_如何学Python different methods, but they all have to set a variable containing a list of items to be shown in a box in the view, I extract data from the DB and set $data
I need a way to tell if it\'s a user\'s first time to log in--so I can display relevant information to that user about what they need to do.
I am using codeigniter and its routes system successfully with some lovely regexp, however I have come unstuck on what should be an easy peasy thing in the system.
I\'m writing some custom helpers in Codeigniter and I want to call some functions from other helper files like date, etc, in my helper. I keep getting \"call to undefined function\" errors. Ho开发者_S
I have the following URL domain.com/name/details/12345 开发者_开发知识库I want it so if someone types in
Can I call a controller with a pre_controller hook. Something like this, where ControllerHook is a normal controller.
I have the following two tables. I want to get all from menus table and also path from pages table. I tried it but I am not able to get the pages.path.
I have a CodeIgniter application, but one of my controllers must call a data processing function that I have also written myself. The only problem is I can\'t seem to figure out how to do this. Lookin
I have a quick question about refactoring php code.Below are three functions.The first two appear quite similar, and only differ with one if statement.The third combines the first two through use of a