PageRenderTime 50ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/stationary/basic/stationary/migration.tpl

http://zoop.googlecode.com/
Smarty Template | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | ce960adb877d8afa53aa5dcf3baef586 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. }