refactor: Form больше не наследует View
This commit is contained in:
parent
2f8c788664
commit
6ef65fc826
4 changed files with 10 additions and 29 deletions
|
|
@ -1,13 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* @package system.view
|
||||
*/
|
||||
|
||||
// View_Base + PHPTAL = View_Template (View_Composite)
|
||||
namespace ctiso\View;
|
||||
use ctiso\View\View,
|
||||
PHPTAL;
|
||||
|
||||
|
||||
class Composite extends View
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue