Re: More accurate compiled file names
Antony Dovgal <[email protected]>
| Newsgroups | gmane.comp.php.smarty.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 30 May 2004 02:31:49 +0400 Dmitry Koteroff <[email protected]> wrote: > Hello. > > Smarty saves its compiled code to files with unreadable names > (like %%23t2763%%sjhdjsdhjshgd.php). It makes too difficult to > find fatal error in the template (for example, {$obj->spoon()}, > where spoon is non-existent method). Again, I don't see any point in fixing this. Imho compiled templates are some kind of technical data, which should not be read by user/programmer. Forget about them, these errors, which you're talking about, should be handled BEFORE they happen. So, I'm strongly -1 now. But I would give my +1 for a patch, which will allow to handle all possible errors before they get into compiled templates. What do you think about such patch? Can you try to write one? -- Wbr, Antony Dovgal aka tony2001 [email protected] || [email protected] -- Smarty Development Mailing List (http://smarty.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php