rafalszemraj / fabrication

Automatically exported from code.google.com/p/fabrication
2 stars 1 forks source link

Questions about Facade #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

Sorry open this issue, but is not a issue. The forum on pure mvc for register 
is disabled.

I have a flex 3 application using a standard Pure MVC, I am working on 
migration to the PureMVC Flex and fabrication 4.

I have some global functions and variables in my facade, such as:
public function get loggedUser() : User{
    return this._loggedUser;
}

And i use this getter in my whole application, such as:
ApplicationFacade.getInstance().loggedUser

how can I do this with the Fabrication, as their framework the possibility of 
me not needing a single facade?

thank you so much.

Original issue reported on code.google.com by evle...@gmail.com on 30 Sep 2010 at 12:31

GoogleCodeExporter commented 9 years ago
Hi evleite.

I started new post on forum for you 
-> http://forums.puremvc.org/index.php?topic=1804.0

Original comment by PiotrZarzycki21@gmail.com on 30 Sep 2010 at 10:08

GoogleCodeExporter commented 9 years ago
Verified

Original comment by PiotrZarzycki21@gmail.com on 23 Oct 2013 at 5:02