Menu

#3 Controller view resolution

open
nobody
None
5
2005-04-12
2005-04-12
No

Allows for nesting of controller views, ie:

$ctlr->addView ('viewname1', 'viewname2');
$ctlr->addView ('viewname2', new View (...));

Which will resolve 'viewname1' to the actual View
object (or a Handle).

It also allows for default views to be named:

$ctlr->setDefaultView ('viewname1');

Will, as well, resolve to that same view object/handle.

Thoughts?

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.