PageRenderTime 30ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. <?php
  2. class Migration_[[$version]] extends Migration
  3. {
  4. function up()
  5. {
  6. }
  7. function down()
  8. {
  9. }
  10. }