Pluf Framework

Pluf Framework Commit Details


Date:2009-01-30 07:12:35 (16 years 3 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:e635e8f81d50d0c127ecd1d5cb3eb484b37221fa
Parents: 44d8c636e771a779a1c8e8f9ea98877951396ef6
Message:Fixed to allow the use of {$private} or {$object.private}.

Changes:

File differences

src/Pluf/Template/Compiler.php
4848
4949
5050
51
51
5252
5353
5454
    protected $_vartype = array(T_CHARACTER, T_CONSTANT_ENCAPSED_STRING,
                                T_DNUMBER, T_ENCAPSED_AND_WHITESPACE,
                                T_LNUMBER, T_OBJECT_OPERATOR, T_STRING,
                                T_WHITESPACE, T_ARRAY, T_CLASS);
                                T_WHITESPACE, T_ARRAY, T_CLASS, T_PRIVATE);
    /**
     * Assignation operators.

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.19517s using 13 queries.