This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
James Sapara (author)
Fri Aug 21 15:10:52 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Mon Jul 07 09:36:53 -0700 2008 | |
| |
README | Sun May 04 09:40:32 -0700 2008 | |
| |
fixtures/ | Sun Nov 16 06:34:05 -0800 2008 | |
| |
migrations/ | Fri Aug 21 15:10:52 -0700 2009 | |
| |
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>






