|
Hello, 1.) When posting a problem to the group, especially database related problems, posting the "some mysql error" is vital for us to help you. 2.) You are overwriting the conditions array in line 2 of your example: Try this instead (the 'AND' behavior is the default in cakephp, so you can safely ommit it): $delCond['conditions'] = array( 'projects_id'=>$projects_id, 'project_modules_id'=> $projectModuleID ) Kind regards Thomas On 04.10.2011 13:31, sathyashrayan wrote: This is the query for deleting multiple row. $query = "DELETE FROM users_modules WHERE projects_id='$projects_id' AND project_modules_id='$projectModuleID'"; -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php |
- Simple deleteAll() yet I am stuck.. sathyashrayan
- Re: Simple deleteAll() yet I am stuck.. Thomas Ploch
- Re: Simple deleteAll() yet I am stuck.. sathyashrayan
- Re: Simple deleteAll() yet I am stuck.. Thomas Ploch
