georgious / cakephp-yaml-migrations-and-fixtures
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
b95878b
Georgi Momchilov (author)
Wed Dec 24 04:45:58 -0800 2008
commit b95878bd1c863c66a246aa4331c97c07e8750068
tree d78f35d24934a095e26d9af515889953441e25f4
parent 260209ede6f09f12a78cfc71e8bea3d703672495
tree d78f35d24934a095e26d9af515889953441e25f4
parent 260209ede6f09f12a78cfc71e8bea3d703672495
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Mon Jul 07 09:36:53 -0700 2008 | |
| |
README | Sun May 04 09:40:32 -0700 2008 | |
| |
fixtures/ | ||
| |
migrations/ | ||
| |
shells/ | Fri Jun 13 04:45:53 -0700 2008 | |
| |
spyc/ | Sun May 04 05:21:50 -0700 2008 |
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>
