2009/10/8 robos85 <robo...@gmail.com>

>
> Hi, I'm starting to learn the Zend FM. I'm making some tutorials for 1.8
> (i'm
> using 1.9).
> I stuck on error: Notice: Undefined property:
> Zend_Auth_Storage_Session::$read
>

Stop right there. It looks highly probable that you forgot the parentheses
followeding 'read'. That is, where you say $whatever->read, you need to say
$whatever->read(); PHP thinks you're trying to access a property rather than
call a method.

-- 
David Mintz
http://davidmintz.org/

The subtle source is clear and bright
The tributary streams flow through the darkness

Reply via email to