Migration_BaseParent class for classes representing individual migrations.
Located in /migration/lib/Migration/Base.php (line 9)
Constructor __construct (line 16)
Constructor
connection (line 35)
Return the database connection
down (line 28)
Undo this migration.
model (line 61)
A convenience method that calls Support_Util::model()
This method exists purely for more concise code creation. All three of the examples below perform the same operation:
up (line 23)
Perform this migration.
__call (line 68)
Map unknown calls made on the migration directly to the database connection.
Documentation generated on Wed, 25 Apr 2012 09:46:40 -0700 by phpDocumentor 1.4.3