Re: Create database table using controller.

2012-09-05 Thread Julien Duhain
yes, deleting/refreshing/updating the listsources should solve the problem but I haven't managed to do that. I tried doing something like this: $dataSource = $this-MyModel-getDataSource(); $dataSource-listSources($updatedSourceList); It doesn't cause ant error but listSources does not get

Re: Create database table using controller.

2012-09-04 Thread Julien Duhain
Hi veepee, I am having the exact same problem. have you ever found a solution? On Saturday, February 27, 2010 4:46:12 PM UTC+2, veepee wrote: Hi All, I am new to cakePHP and I've tried googling for this topic but to no avail. I need to create a database table from controller. May i know is