/apps/request/stationary/migration.tpl
http://zoop.googlecode.com/ · Smarty Template · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 34d66ec46f44681a75a1f002049b0b0d MD5 · raw file
- <?php
- class Migration_[[$version]] extends Migration
- {
- function up()
- {
-
- }
-
- function down()
- {
- }
- }