Entry.php 131 B

123456789
  1. <?php
  2. namespace app\models;
  3. Class entry extends \lithium\data\Model {
  4. public static function __init() {
  5. parent::__init();
  6. }
  7. }