Just another webdesign blog…
PHP
Suhosin’s suhosin.perdir directive
Apr 27th
In some recent development work, I ran into a brick wall with Suhosin. I have both the patch and extension installed on all of my dev boxes on all PHP versions I test with. I found the need to change a configuration directive, but I did not want to change that value in the suhosin server configuration, I wanted to change it via either .htaccess or PHP’s ‘user.ini’ file. More >
Easily Extend SMF’s Integration Hooks
Mar 9th
With the releases of SMF 2.0 RC4 and RC5, many new integration hooks were added to allow mod authors to extend the code without hacking it up. Previously to this, the primary use of these hooks was for integration with bridges or other systems, no one really used them for modifications. SimpleSEF was the first mod to really exploit these hooks and use them to accomplish some pretty major tasks. What I am presenting here is a simple PHP class that can be used to easily extend SMF using it’s integration hooks with very little effort. If you are fairly new to PHP or new to PHP5′s OOP model, you should turn away now. More >
PHP, XML and XSLT in a framework
Jun 22nd
I haven’t yet quite found an XML/XSLT processing framework to really handle the extensibility and versatility I needed for my framework, I had to do some research on what already existed to see how I could use the ideas I’ve found to put together something that really worked for me.
More >