Re: [SMARTY] Re: $smarty version
boots <[email protected]>
| Newsgroups | gmane.comp.php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
Hey Pete. I do see what you are getting at and I do think it ought be considered. That said, I also think that it might be wise to freeze the API in the 2.x branch at this point. In PHP4, there is no access protection other than by convention -- so technically, $_version can always be reached; furthermore, even though it is "private" by convention, I would bet real money that you can reliably count on it being available for the 2.x series. If you REALLY need a public API call, why not just add a version() method (or getVersion()) to your custom extended Smarty class? greets, xo boots --- Pedro <[email protected]> wrote: > I want it from the $smarty class in php and not the template ;-) > > Robert wrote: > > {$smarty.version} > > > > This variable contains the version of Smarty the template was compiled > with. __________________________________________ Yahoo! DSL Â Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com -- Smarty General Mailing List (http://smarty.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php