public
Description: A CakePHP vendor and shell libraries which help using YAML migrations without the PEAR library.
Homepage: http://www.ovalpixels.com
Clone URL: git://github.com/georgious/cakephp-yaml-migrations-and-fixtures.git
name age message
file LICENSE Mon Jul 07 09:36:53 -0700 2008 full license included [Georgi Momchilov]
file README Sun May 04 09:40:32 -0700 2008 README contents [Georgi Momchilov]
directory fixtures/ Sun Nov 16 06:34:05 -0800 2008 added ability to change fixtures DataSource [Georgi Momchilov]
directory migrations/ Fri Aug 21 15:10:52 -0700 2009 Fixed issue with using query/queries: where it ... [James Sapara]
directory shells/ Fri Jun 13 04:45:53 -0700 2008 migrations prefix fix [Georgi Momchilov]
directory spyc/ Sun May 04 05:21:50 -0700 2008 initial release [Georgi Momchilov]
README
WHAT IS THIS?
This package cointains migrations and fixtures libraries to be used with the CakePHP framework. It does not require any
external packages except for the CakePHP framework and the SPYC class (included in this package but *not* authored by 
me)

HOW TO USE?
Just put all files ( except for this README ) in your CakePHP vendors folder. 

If you want to use the API only, simply include the classes in your code ( App::Import('vendor', 'migrations' ) and/or 
App::Import('vendor', 'fixtures' ) ). For further details, please reference to the docs of the classes.

To use the migrations shell, use your cake console - type ./cake migrate help for details.

AUTHOR
Georgi Momchilov <gmomchilov at gmail dot com>