/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

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