File: |
ExtendsTemplate.inc |
Role: |
Class source |
Content type: |
text/plain |
Description: |
Extends phplib Template class |
Class: |
phplibTemplateExtention
Class AppTemplate Extends Template |
Author: |
By Mark Williamson |
Last change: |
CHANGE: changed search method of findBlocks method - rewrote the functionality of this function to achieve same result without
using preg_match_all or ereg - this speeds up the class massively as ereg and preg are very slow - where awk is very quick - this therefore assumes you have awk available on your system - eg: *nix - for windows i would
suggest possibly uncommenting the below code and allowing the preg_match to figure out your blocks for you.
|
Date: |
21 years ago |
Size: |
3,000 bytes |
|
|
|