I've changed the way slots work. Now instead of buffering and storing X[HT]ML output, slots store only callback function that generates the markup on demand. It should be beneficial in case where slot is used for main content of the page.

There are many side-effects of this, e.g. code of unused slots isn't executed. Execution order has changed. Give it a go, tell me if it causes any trouble.

http://phptal.org/files/PHPTAL-1.2.1b1.tar.gz

--
regards, Kornel


_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to