[PHPTAL] Accessing properties

2009-08-05 Thread Łukasz Palka
Hello, I recently started using PHPTAL and Doctrine. Unfrotunatly I cannot access some properties like: div tal:repeat=comment post/Comment but this works: div tal:repeat=comment php:post.Comment After deleting else from PHPTAL\Context.php, line: 279: // ask __get and discard if

Re: [PHPTAL] Accessing properties

2009-08-05 Thread Kornel Lesiński
On 05-08-2009 at 10:47:49 Łukasz Palka lukasz.pal...@gmail.com wrote: I recently started using PHPTAL and Doctrine. Unfrotunatly I cannot access some properties like: div tal:repeat=comment post/Comment but this works: div tal:repeat=comment php:post.Comment After deleting else from

Re: [PHPTAL] Accessing properties

2009-08-05 Thread Łukasz Palka
I recently started using PHPTAL and Doctrine. Unfrotunatly I cannot access some properties like: This will introduce bugs in code that implements __isset() and __get() properly. I thought so :-/ Thanks ___ PHPTAL mailing list