On 5/31/07, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:
(...)
No need to grab the view. All you need is this:

    public function indexAction()
    {
        $this->view->books = array('Pride and Prejudice','Das Kapital','Beyond 
Good and Evil');
    }

Since when has $this->view been available? I remember I was looking
for something like that when we started (0.6).

Also, it seems like there are different variables available, like
$this->_request, $this->view - "_" always hints at private, or is
their any special meaning/naming convention here?

Thanks,
Till

Reply via email to