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
Georgi Momchilov (author)
Sun Apr 26 02:57:17 -0700 2009
name age message
file LICENSE Loading commit data...
file README Sun May 04 09:40:32 -0700 2008 README contents [Georgi Momchilov]
directory fixtures/
directory migrations/
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]
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>