Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Saving data from a drop down
Post: RE: Saving data from a drop down

Then how would I send the correct id to the parent column?
14,855 Views
0 Replies
11-26-2014, 11:27 PM
cerberus478
    Thread: Saving data from a drop down
Post: RE: Saving data from a drop down

I add this Code: -- function get_data_from_post() { $data['title'] = $this->input->post('title', TRUE); $data['parent'] = $this->input->post('parent', TRUE); if(!isset($data)){ $d...
14,855 Views
0 Replies
11-26-2014, 05:31 AM
cerberus478
    Thread: Saving data from a drop down
Post: Saving data from a drop down

I created a menu page where it has a drop down menu with a list of menus from the database and it also has a textbox to enter new menus. The problem I'm having is that I can't seem to figure out ho...
14,855 Views
0 Replies
11-26-2014, 04:54 AM
cerberus478
    Thread: Getting data to save with foreign key
Post: RE: Getting data to save with foreign key

Yep that was it. Thank you
13,326 Views
0 Replies
11-26-2014, 03:52 AM
cerberus478
    Thread: Getting data to save with foreign key
Post: Getting data to save with foreign key

I'm trying to save a data that has a foreign key. On my page I have a drop down and a textbox, as it stands at the moment there is nothing in my database. When I try to save a menu item I get this...
13,326 Views
0 Replies
11-25-2014, 11:45 PM
cerberus478
    Thread: Creating a dynamic drop down list
Post: RE: Creating a dynamic drop down list

Thanks that worked
13,152 Views
0 Replies
11-25-2014, 11:37 PM
cerberus478
    Thread: Creating a dynamic drop down list
Post: Creating a dynamic drop down list

I'm trying to create a page that you can create a new menu and edit a menu. In that page I have a drop down list that lists all the menus that has been saved and a textbox where I can add or edit a...
13,152 Views
0 Replies
11-25-2014, 11:30 AM
cerberus478
    Thread: Creating a foreign key
Post: Creating a foreign key

Hi, I would like to know how to create a foreign key in codeigniter's migration
6,063 Views
0 Replies
11-25-2014, 02:26 AM
cerberus478

Theme © iAndrew 2016 - Forum software by © MyBB