Alright. Fixed.. but..
It shows up good one time, but when it wants to fetch the cached
version, it cannot find the $html property.
Notice: Undefined property: Raintpl_view::$html in C:\wamp\www\oop\full
\1\rain\library\View\Raintpl_View.php on line 28
On 31 mrt, 13:16, Federico Ulfo <
rainelemen...@gmail.com> wrote:
> The correct method name is: *is_cached*
> View::is_cached()
> Raintpl_View::is_cache() must be correct to Raintpl_View::*is_cached*()
>
> Thanks
> Federico
>
> 2011/3/31 Gerben Jacobs <
jacobs.ger...@gmail.com>
>
>
>
>
>
>
>
> > Are you changing the code? I can also just change my controller code.
> > There's no real difference between "is cache" and "is cached", they both
> > imply that you get a boolean back.
>
> > 2011/3/31 Rain <
rainelemen...@gmail.com>