|  | Posted by Jerry Stuckle on 10/24/07 22:51 
turnitup wrote:> I am in the process of transforming a procedural code base into an OO
 > code base. The code lends itself to this refactoring and it is proving
 > an effective exercise.
 >
 > However, I am running into a few irritations.
 >
 > I am using __autoload to load class files corresponding to code names.
 >
 > I've cranked up error reporting, but if for some reason there is a
 > syntax error or whatever in a class, the application crashes with no
 > explanation. The bug hunt takes ages and lots of echoing.
 >
 > Is there anything I can do to help myself? Use of assert, or exceptions,
 > or try-catch handling?
 >
 
 Personally, I don't use __autoload.  It isn't that hard to add
 require_once statements where necessary.
 
 
 --
 ==================
 Remove the "x" from my email address
 Jerry Stuckle
 JDS Computer Training Corp.
 jstucklex@attglobal.net
 ==================
  Navigation: [Reply to this message] |