Another WebORB for PHP Login Sample using Flex and PureMVC
August 10th, 2007
Last update: 03/23/08: The full source has been updated using PureMVC v. 2.0.3. Check out the source at the PureMVC manifold project.
In my previous article I’ve published a tutorial about WebORB for PHP using Flex and Caingorm. Today I’ll give you a further WebORB for PHP sample which based also on a Login application using PureMVC instead of Cairngorm.
Do you already know PureMVC? It’s an awesome lightweight framework written in ActionScript 3 for Flex, AIR or Flash applications based on the classic MVC pattern. I’m falling in love with PureMVC and WebORB for PHP as well…
.
Example
Download full source
The full source has been moved to the PureMVC manifold project. You can it download including its remoting service here:
PureMVC AS3 / Flex / WebORB Demo – Login
(Visits: 5499)
Have fun!



September 23rd, 2007 at 7:55 pm
Thanks for the link to pureMVC. I love it.
Great Example as well.
Have you got any advise/example to implement a viewstack/workflowstate like pattern in Flash/AS3, which lacks the binding functionality.
Cheers,
Pascal
January 22nd, 2008 at 2:51 pm
[...] WebOrb/PHP/Flex/PMVC Example [...]
July 20th, 2008 at 3:01 pm
Hey all,
PureMVC is definitely lacking tutorials, so I’ve done my bit to help out by writing one
Check it out at http://www.actionscriptdeveloper.co.uk/puremvc-tutorial-flex-puremvc-jabber-and-xiff-3-introduction/
Enjoy,
Dave
http://www.actionscriptdeveloper.co.uk
November 18th, 2008 at 4:16 am
[...] WebOrb/PHP/Flex/PMVC Example [...]
November 26th, 2008 at 10:52 am
[...] http://www.websector.de/blog/2007/08/10/another-weborb-for-php-login-sample-using-flex-and-puremvc/ [...]
December 8th, 2008 at 6:49 pm
Hello,
Thanks for sample. I have been searching for this. I like both PureMVC and WebORB with PHP.
here is one more article on PureMVC
http://9mmedia.com/blog/?cat=9
May 20th, 2009 at 8:55 am
In a real login implementation, the users don’t have to re login every time the page is reloaded.
July 7th, 2009 at 10:53 am
I’m very new to PureMVC so maybe i’m going to say something stupid but it looks a little bit ugly change the viewState inside the LoginProxy by just calling the function to change the viewstate inside ApplicationProxy. Isn’t it better to interest the ApplicationMediator in the succes and failed notification of the LoginProxy? I’m just curious to the answer.