Files
thetool/application/News/News.php
Frank Schubert 1b872b166b Added News
2022-01-11 21:21:45 +01:00

9 lines
147 B
PHP

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