Download and Installation
PEAR Installation (Recommended)
$ pear channel-discover phpsavant.com
$ pear install savant/Savant3
Download
Savant3-3.0.1
(20kb .tgz)
Changelog:
- Modify __toString method signature for compatibility with PHP 5.3.
No parameters should be sent. If you need to send a template parameter, use fetch($tpl) or setTemplate($tpl) then echo $savant. Thanks, Dan Bettles. - Add public method getOutput($tpl = null) which will return the output including error_text if an error occurs.
Archived Versions
- Savant2-2.4.3 (45kb .tgz)
