Hello,

On Mon, Sep 21, 2009 at 9:55 PM, Matthew Weier O'Phinney
<matt...@zend.com> wrote:
>> If it is repetitive presentation logic you could sub-class the
>> Zend_Controller_Action or create action helpers if the repeating logic are
>> "cross cutting concerns". Keep in mind the saying is "fat model thin
>> controller" not just "thin controller"
>

For example, do you think the following code is a "thick controller"?
and difficult to manage?

http://howachen.googlepages.com/test.php


For me, it is.
It would be better to manage if each action is in a separate PHP class
file, isn't?

Reply via email to