[PHPTAL] Re: team/players doesn't work, php:team.players works - Kohana's ORM

Szymon Przybył apocalyptiq at gmail.com
Tue May 12 15:33:50 CEST 2009


I added to Context.php phptal_path method this (in foreach iteration):

if ($base instanceof ORM) {
        $base = $base->$current;
        continue;
}


And now team/players works, thanks Kornel!

PHPTAL rocks! :D


cheers!
szymek



More information about the PHPTAL mailing list