Php code not executing - dies out when trying to create an object of class - no error displayed
Posted
by Ali
on Stack Overflow
See other posts from Stack Overflow
or by Ali
Published on 2010-03-21T13:35:46Z
Indexed on
2010/03/21
13:41 UTC
Read the original article
Hit count: 455
I'm having some problems with this piece of code. I've included a class declaration and trying to create an object of that class but my code dies out. It doesn't seem to be an include issue as all the files are being included even the files called for inclusion within the class file itself.
However the object is not created - I tried to put an echo statement in the __construct function but nothing it just doesn't run infact doesn't create the object and the code won't continue from there - plus no error is reported or displayed and I have error reporting set to E_ALL and display errors set to true
WHats happening here :(
© Stack Overflow or respective owner