Category Archives: PHP
Maintaining Caller Context When Using Javascript Class Instance Member Functions As AJAX Event Handlers
One would think that it would be pretty trivial to set an AJAX Event Handler to be a Javascript class member function … yeah not so much. Just one more reason why Javascript seems more and more left field to … Continue reading
Using PHP5 Base Class Static Member Variables to encapsulate Presentation Layer Dependencies
This post covers how to utilize static member variables to keep track of your presentation layer CSS/JS dependencies.
PHP5 SegFault mssql.datetimeconvert and Free TDS …Insanity and a wasted day
Contained herein is a gruesome tail of PHP5, Apache2, FreeTDS, invalid DateTime values and of SegFaults. Please don’t read if you have a heart condition or if you are pregnant or plan on becoming pregnant. If you have an erection … Continue reading
Recursive XML Object Serialization and Persistence with PHP5
This post discusses how to give your derived PHP5 objects the ability to serialize themselves to XML recursively. It also discusses common problems and issues faced with recursion and object member visibility.