9 lines
147 B
PHP
9 lines
147 B
PHP
<?php
|
|
|
|
class News extends mfBaseModel {
|
|
public $editor;
|
|
|
|
protected function afterLoad() {
|
|
$this->editor = new User($this->edit_by);
|
|
}
|
|
} |