Not sure the best way of phrasing this so bear with me. Within Codeigniter I can return a record set of my object no problem but this is returned as a stdClass object not as an \"model\" object (for
I cant seem to get CI2\'s captcha helper to work... Can someone point out what I am doing wrong? I think I\'ve followed all the steps on the doc\'s but Im not getting anything event a print_r(get_def
can\'t understand why this image resizing not working pls help //updating article function updateArticle(){
I have a table of data from a database that I want to display on various pages of my website. Ideally, i would like to just have an include or something that will go off and get the data, and return t
I have set mysqldatabase field type as \'datetime\' when i send $now = time(); echo form_hidden(\'a_date\', unix_to_human($now));
I am getting only one featured item with this code in CodeIgniter. I want to get 5 different featured items.
Is there a way (via routing) in CodeIgniter to change: example.com/category/4 to example.com/category/foo-bar
I need help on this plz : 2 tables Service : has many Sub_Service Sub_Service : has one Service My code :
I\'m new to CodeIgniter and am having trouble loading the contents of a simple database table (named \'entries\') with the ActiveRecord syntax--I\'m getting a blank page.
In Codeigniter, we can use the force_download($file_name,$data) function from the download helper to force the browser to download a file.