⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Examples - Multigrid



drinkingwine

drinkingwine
  • profile picture
  • Member

Posted 01 October 2019 - 17:04 PM

When I do an add offices on the example for multigrid, the record is written to the database, but the screen remains on the add record page. 

 

I'm using MAMP pro and have the config.php set as follows

 

$config['base_url'] = 'http://crud:8888/';

$config['index_page'] = 'index.php';

 

I cleared browser cache and still have the issue.

 

Suggestions?

 

Thanks in advance

 

-ralph

 

 


drinkingwine

drinkingwine
  • profile picture
  • Member

Posted 01 October 2019 - 17:15 PM

Sorry, I am using MAMP pro and codeigniter.


drinkingwine

drinkingwine
  • profile picture
  • Member

Posted 03 October 2019 - 15:59 PM

So, poking around the net; seems like this might be a codeigniter issue. Has anyone be able to post more than one grid using codeigniter?

Thanks

 

-rp