first commit
Этот коммит содержится в:
13
src/views/DefaultView.php
Обычный файл
13
src/views/DefaultView.php
Обычный файл
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace MyApp\View;
|
||||
|
||||
use MyApp\Core\View;
|
||||
|
||||
class DefaultView extends View
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
$this->setTitle('Index')->render('default/index');
|
||||
}
|
||||
}
|
Ссылка в новой задаче
Block a user