/apps/timeline/stationary/migration.tpl

http://zoop.googlecode.com/ · Smarty Template · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · ce960adb877d8afa53aa5dcf3baef586 MD5 · raw file

  1. <?php
  2. class Migration_[[$version]] extends Migration
  3. {
  4. function up()
  5. {
  6. }
  7. function down()
  8. {
  9. }
  10. }