ptest/frm/View.php
2017-01-23 13:25:19 +03:00

21 строка
209 B
PHP

<?php
/**
* Created by PhpStorm.
* User: Игорь
* Date: 23.01.2017
* Time: 02:45
*/
namespace PFRM;
class View {
public $app;
function __construct() {
}
public function render( ) {
}
}