Хранилища Subversion ant

Редакция

Редакция 375 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 375 Редакция 388
Строка 9... Строка 9...
9
 *  Dual licensed under the MIT and GNU LGPL licenses.
9
 *  Dual licensed under the MIT and GNU LGPL licenses.
10
 *  http://alex-w.org.ru/p/antng/license
10
 *  http://alex-w.org.ru/p/antng/license
11
 *
11
 *
12
 */
12
 */
13
13
14
/**
-
 
15
 * Description of Template
-
 
16
 *
14
17
 * @author alexw
-
 
18
 */
-
 
19
 //TODO Вместо Smarty лучше написать свой очень простой шаблонизатор - монстра использовать не целесообразно
-
 
20
class Template {
15
class Template {
21
    private     $path   = NULL;
16
    private     $path   = NULL;
22
    protected   $self   = array();
17
    protected   $self   = array();
23
18
24
    public function __construct($folder) {
19
    public function __construct($folder) {