PHP
- 13 ответов
- 0 вопросов
6
Вклад в тег
public function __construct() {
$this->categoryMaterialsModel = new Model_Category_Materials();
$this->fooModel = new Foo();
$this->view = new View();
}