Reputation: 14290
I was wondering how to do the PHP OOP design pattern for real life application. I wish someone can share their learning experience with me. I am particular interested in PHP and actionscript. Most of the books I could find in the book store are only basic PHP (or AS3) programming. I appreciate any help. Thanks!
Please do not close this topic..I am so desperate to know the answer since no one around me can help me about the topic. Stackoverflow is the best forum that many experts always help people when someone needs it.
Upvotes: 1
Views: 243
Reputation: 969
I'm not sure if this is exactly what you're looking for but on the last couple Actionscript 3 projects I've developed I have used a combination of PureMVC and AMFPHP with great results. I am a PHP novice but know AS3 well. Hooking up a proxy to a AMFPHP service was pretty straightforward and using commands and notifications worked well.
If you're new to Actionscript or PureMVC you can find project skeletons that will help get you started.
Upvotes: 3
Reputation: 32155
I felt that PHP Objects, Patterns and Practice by Zandstra (ISBN13: 978-1430229254, ISBN10: 143022925X) was one of the most effective books when it came to upping my game in PHP. It covers patterns pretty extensively with some real world examples and clear explanations.
Upvotes: 2