Take look at Doctrine (http://www.phpdoctrine.org/), it's also an ORM
framework. It is pretty easy to use it with Zend Framework and it already
covers migrations:
http://www.phpdoctrine.org/documentation/manual?chapter=migration
 

Nicolae Namolovan wrote:
> 
> Hi dear list,
> 
> Is there anything similar to rails migration file in Zend Framework ?
> 
> I'm creating now a new table on mine development database, and after I
> want to migrate this to the production one, how to achieve this in a
> nice way ?
> 
> Now I'm doing.. into the mysql console, show create table `table name`;
> Copy&paste to mysql console on production..
> To change anything alter table..
> Horrible..
> 
> How do you do this in a "nice way" ?
> 
> -- 
> Sincerely,
> Nicolae Namolovan.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/%22rails-migration-like%22-in-ZF---Or-how-do-you-sync-dev.-db-%3Eproduction-db---tp15056485s16154p15119852.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to