File Release Notes and Changelog
Release Name: 1.5
Notes:
Some bugfixes, changed sql/* classes to match OO thinking style.
Added new Template system - TTemplate/TInclude/TPassThru.
also simple Multiple class added to call output method of multile objects.
TTemplate can do: variable substitution in templates, embed objects and PHP code snippets into templates.
TInclude - simple wrapper around "include" command. Useful for insertion into templates.
TPassThru - the same as TInclude , but uses fopen/fpassthru.
TMultiple - first of all you just ->insert a lot of objects and after that call TMultiple->output(). also useful for insertion into template as placeholder.
Changes:
TDatabase:
gethLink() method, by default connect method now DON'T doing permanent connections. use pconnect.
T(Run)SQL changed to call gethLink.