gtracy wrote:
> 
> My main landing page is made up of a number of discrete modules. While the
> entire page could be generated from a single view or layout, there are
> filtering elements that let the end user update/filter the individual
> modules from the browser. Therefore, it makes sense to me to create
> individual controllers for each module.
> 
The ZF docs tend to not push you in a particular direction outside of the
very trivial. Reason is, ZF is mostly a component library where you pull in
what you need. From my perspective, with ZF, you come in knowing how you'd
prefer to structure/architect your application, you cherry-pick your
components, then you read the docs as needed.

That being said...you are asking about how to structure your widgets
(modules). Are your widgets placed on a page via JavaScript/Ajax or will
widgets be placed purely via internal view scripts (only consumed by your
own application)?

Ajax placement would actually give you the most flexibility; however, I
won't go into too much detail until you share how you'd like it to work.

-----
--
Wil Moore III

Why is Bottom-posting better than Top-posting:
http://www.caliburn.nl/topposting.html

DO NOT TOP-POST and DO trim your replies:
http://linux.sgms-centre.com/misc/netiquette.php#toppost
--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Understanding-where-Zend-Layout-meets-Zend-View-tp3400302p3406917.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to