AppComponent

2012-03-12 Thread Ernesto
Hi all i have an app with 4 components. every component has some parts wich are common (calculating sessionVar, some default settings and so on) is there any way to have a class, like AppController is for Controllers where i can define some standards for my components? -- Our newest site for

Re: AppComponent

2012-03-12 Thread euromark
you can always use classic OOP to extend a base class (similar to the new BaseAuth etc) create your BaseComponent and then extend it: MyExampleComponent extends BaseComponent Am Montag, 12. März 2012 11:19:08 UTC+1 schrieb Ernesto: Hi all i have an app with 4 components. every