New Tutorial on Complex Objects in PHP Sessions

April 6, 2008
Tags: , ,

For those PHP programmers out there new to the language I have posted a new tutorial (just a little one ) on how to store and retrieve complex objects (classes) in PHP session ($_SESSION). You can find it under Software Development, or go straight to it here. Cheers!

1

Bringing in OOP?

September 28, 2007

At work for the last couple of weeks a coworker has been working very hard to design a custom framework for the web based application that we all develop for and support. This is no simple task seeing that the application currently is the epitomy and definition, if you will, of “spagehtti” code… over 1,000 [...]

0