PDA

View Full Version : Goverla Framework


skovalyov
12-07-2005, 09:03 AM
For now I implemented only GenericView class and ViewLocator pattern. What do you think about such an approach? May be I'm mistaken, because previously I couldn't find MVC frameworks that use View inherited from MovieClip. Usually they use some kind of ViewHelper inherited from Object. Using View inherited from Object allows to typify view properties (e. g. children components) and easily handle them using this.$propertyName, not this.view.$propertyName.