Cake 1.1 has no facilities for deleting multiple records in a single
query, other than the query() method.

On Oct 13, 9:36 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Well .. duhhh .... of course ...
> But i wanted to use cake's db abstration layer and model features...
> because if i wanter to run a direct query i would just use Model-
>
> >query()
>
> Thx anyway
>
> On Oct 14, 3:31 am, CakeONaut <[EMAIL PROTECTED]> wrote:
>
> > in SQL if you wanted to delete everything you could do
>
> > delete from tablenamehere where id>0
>
> > or delete from tablenamehere where someconditiongoeshere if you want
> > just certain rows to be expunged.
>
> > -Will


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to