From: Dan T. <da...@an...> - 2006-05-02 14:57:06
|
> In Dan's implementation, the view page is loaded/executed from a method > on the controller. It has access to _$this_ as the controller object, > so it can retrieve parameters or run methods on the controller. I > would prefer a little more separation here, but it's okay for now. > We'll just have to keep an eye on the view and make sure they're not > doing anything they're not supposed to do. As it is php you always can do everything you want in the view... Anyway Im doing the view implementation a bit different where it should be a bit more incapsulated... :) |