|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-11 20:32 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jan 20 21:00:02 2026 UTC |
require_once 'HTML/Template/ITX.php'; $tpl = new HTML_Template_ITX(); $tpl->setTemplate('{var}'); // error, no placeholder {foobar} in template $err = $tpl->addBlock('foobar', 'foobar_block', '{newvar}'); instead of returning an error object, it dies with a fatal error: Cannot instantiate non-existent class: it_error