georgious / cakephp-yaml-migrations-and-fixtures

A CakePHP vendor and shell libraries which help using YAML migrations without the PEAR library.

This URL has Read+Write access

Georgi Momchilov (author)
Wed Dec 24 04:45:58 -0800 2008
commit  b95878bd1c863c66a246aa4331c97c07e8750068
tree    d78f35d24934a095e26d9af515889953441e25f4
parent  260209ede6f09f12a78cfc71e8bea3d703672495
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/ Loading commit data...
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]
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>