You mean does it support loading in a bunch of data via YAML files, or
something like that?
No it does not.
However, there is nothing preventing you from issuing a series of
INSERT statements..
code:
...create table here..
//populate it with some default data
$this->execute("INSERT INTO users (...) VALUES (...)");
Does this answer your question?
/Cody Caughlan
On Sep 11, 11:56 am, "Sonic Baker" <[EMAIL PROTECTED]> wrote:
> Hey there,
>
> Just wondering, does your Migrations handle the data as well as the schema.
> That would certainly be of interest to me.
>
> Cheers,
>
> Sonic
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---