Re: how to use migration in Cakephp

2009-09-26 Thread Vijay Kumbhar
Hello Daniel, Thanks for the help. I will check all the links you sent & if any problem i will revert you back. Thanks . On Sat, Sep 26, 2009 at 2:02 PM, danfreak wrote: > > If you have plugins in your application use the "-f" option to include > their tables in your schema

Re: how to use migration in Cakephp

2009-09-26 Thread danfreak
If you have plugins in your application use the "-f" option to include their tables in your schema i.e. --- cake schema generate -f --- Daniel On 26 Set, 10:29, danfreak wrote: > By the way, now cakePHP has an integrated schema > shell:http://book.cakep

Re: how to use migration in Cakephp

2009-09-26 Thread danfreak
By the way, now cakePHP has an integrated schema shell: http://book.cakephp.org/view/734/Schema-management-and-migrations --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send e

Re: how to use migration in Cakephp

2009-09-26 Thread danfreak
By the way, now cakePHP has an integrated schema shell: http://book.cakephp.org/view/734/Schema-management-and-migrations --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send e

Re: how to use migration in Cakephp

2009-09-26 Thread danfreak
Well, I'm the author of the article you read: it's a bit outdated now. Anyway, I would also suggest you a fixturize plugin to sincronize stored data: http://github.com/felixge/debuggable-scraps/tree/master/cakephp/shells/fixturize --~--~-~--~~~---~--~~ You receiv

Re: how to use migration in Cakephp

2009-09-25 Thread Marcelo Andrade
On Fri, Sep 25, 2009 at 8:16 AM, Vijay wrote: > > Hello All, > > I am wandering for the migration concept in cakephp. > > I also followed the steps from the following URL, > > http://bakery.cakephp.org/articles/view/cakephp-yaml-migrations-and-fixtures-without-pear > > Also followed the instructi

how to use migration in Cakephp

2009-09-25 Thread Vijay
Hello All, I am wandering for the migration concept in cakephp. I also followed the steps from the following URL, http://bakery.cakephp.org/articles/view/cakephp-yaml-migrations-and-fixtures-without-pear Also followed the instructions but i found that it created on migrate folder in my applica