RE: MVC platform choice.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Greg,
On 12/1/05, Greg Donald <destiney@xxxxxxxxxxxx> wrote:> Do you still have to reassign the data in the view for use in the> template after having already created it once in the action?  That is> quite the pain.

in View::execute() you can quickly import all request parameters orattributes into your template...for parameters, use View::importAttributes() (yes the name is correct)for attributes use $this->setAttributes($request->getAttributes());
be sure to check out the latest SVN version for many bugfixes and enhancments
-ahmed

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux