On Thu, Jul 30, 2009 at 11:44 AM, Steve Rayner <srayner@williams-refrigeration.co.uk> wrote:
The offending line in my bootstrap file is;
if ($this-hasPluginResource('db')) {
Missing a right angle bracket. It should be $this->has...
"Call to undefined function" usually indicates you are missing "new", or quotes around strings, or in this case, you are trying to subtract the return value of hasPluginResource from the variable $this. - pw
"Call to undefined function" usually indicates you are missing "new", or quotes around strings, or in this case, you are trying to subtract the return value of hasPluginResource from the variable $this. - pw
没有评论:
发表评论