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
>
> 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.cakephp.org/view/734/Schema-management-and-migrations
> >
>


-- 
Thanks & Regards,
Vijayk.
Co-founder (www.weboniselab.com)

"You Bring the Dreams, We'll Bring the Means"

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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.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 email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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 email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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 email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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 received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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 instructions but i found that it created on migrate
> folder in my application folder with all the app folder structure. I
> didnt get this.
>
> Can anybody please help me in this.

I'm using this one.  A great migrations implementation.

http://github.com/jrbasso/migrations

Best regards.

--
MARCELO DE F. ANDRADE
Belem, PA, Amazonia, Brazil
Linux User #221105

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



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 application folder with all the app folder structure. I
didnt get this.

Can anybody please help me in this.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---