The woes of PHP
Simply stated, I’m a PHP fanatic: I can do simple things like making a page dynamic, to the bit more difficult self-validating forms and surveys. Well, those aren’t so hard, but they can be extremely tedious business.
What saddens me, though, is that I still fail to comprehend simple things like PHP classes and the like. I just recently modified a login-script which is heavy on its class use. I was confused at first how the script even worked, but eventually I figured it out. I even had to modify the thing to work with mssql. So I’ve whetted my appetite for PHP classes. I find the best way to learn is to start something like that from scratch. After all, its how I learned PHP in the first place.
So, now I find myself unhappily using someone else’s script and only vaguely understanding how it works. Plus, I need to work on making code that is distributable. Which means over-comment the heck out of it.