XeRnOuS ThE wrote:
First, if a fatal error is occurring on line 24, why is it executing line 24 successfully and returning data? Second, if there’s a fatal error on line 24, why is line 25 still processed?
Maybe because you're running it twice? Line 41 with the $this->Auth( ... seems to be running the constructor again, it might be failing there?
- rjc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php