Re: Accessing controller from view/ element

2011-06-20 Thread thom
On Mon, Jun 20, 2011 at 10:10 AM, Dr. Loboto wrote: > Retrieve it in controller and set to view. Do it at beforeRender(), > Got it. It works well :D hehehe.. Thank you Dr Loboto :) -- Regards,,, mastanto (thom_) http://mynameisthom.tumblr.com http://mynameisthom.blogspot.com http://www.twitter.

Re: Accessing controller from view/ element

2011-06-19 Thread Dr. Loboto
Retrieve it in controller and set to view. Do it at beforeRender(), for example. On Jun 18, 12:39 pm, thom wrote: > I'd like to create a header that contain data from database. But I'm > stucked at how to load the data from the database. I already tried > requestAction, but since it's not recomme

Accessing controller from view/ element

2011-06-17 Thread thom
I'd like to create a header that contain data from database. But I'm stucked at how to load the data from the database. I already tried requestAction, but since it's not recommended, I am considering to leave it. I rarely got my page error though, said error in limit-reach or similar. Is there any