Избавляемся от констант и глобальных переменных
This commit is contained in:
parent
8b38b2a3cc
commit
f041488554
10 changed files with 39 additions and 33 deletions
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* Самый простой макет
|
||||
*/
|
||||
namespace ctiso\Layout;
|
||||
use ctiso\Filter\Filter,
|
||||
ctiso\HttpRequest;
|
||||
|
||||
class Empty extends Filter
|
||||
{
|
||||
function execute(HttpRequest $request)
|
||||
{
|
||||
$text = $this->processor->execute($request);
|
||||
return $text;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue