Employee.php 73 B

123456
  1. <?php
  2. class Employee extends ActiveRecord\Model
  3. {
  4. static $has_one;
  5. };
  6. ?>