Mr. Skrol29,
Sir, I was messing around with clsTbsPlugInHtml class, and I notice if I was to extend it such as:
clsTbsPlugInHtml extends clsTinyButStrong
|
It throws an error such as "Allowed memory size of (bigint) bytes exhausted", without any processing, just loading the classes.
The idea was that I could have just one library to be loaded in CodeIgniter, such as $this->load->library('clsTinyButStrong');, if I remove the extends method, it works fine.
It can't be file size, I was using HTMLPurifier some days ago and it has 16k lines, the main class only.
If you have any information on this I would appreciate.
Regards,
- Michaelsen