Fortune.php 87 B

12345
  1. <?php
  2. class Fortune extends ActiveRecord\Model {
  3. static $table_name = "Fortune";
  4. }
  5. ?>