RSS feed - Using POG with Flex
- Optimizing your web application
- Regenerating large objects
- PHP4 or PHP5
- New and Improved
- Evolution of a cube
- POG Museum
- POG 3.0 alpha
- Initial Performance results Part 2
- Initial performance results
- Proposal: POG 3.0 object model
- Suggest a feature
- A new year, A new POG release
- Many-Many relations
- POG 2.5 Released
- POG 2.5 beta
- Automatic table alignment
- New version: 2.1.2 released
- RSS should work well now
- RSS feed glitches
- What's new in 2.1.0
- PHP Objects 2.1.0 (preview)
- PHP Object relations FAQ
- PHP Object Relations
- Searching base64 encoded text
- How to debug POG-generated objects
- POG UI Tips
- Featuring Of Interest links
- PHP CRUD
- POG 2.0.1: A better code generator
- A look at the POG SOAP API
- POG 2.0.0 released
- Coming soon: Generate parent-child objects
- Generated abstraction v/s dynamic abstraction
- Zend Framework preview
- Coming soon: Generate Objects through SOAP
- Easily save images and files to a database
- PHP, Paypal & POG
- Five advanced Code Generator tips
- PHP Pagination using generated objects
- PHP Code Generator benchmarks
- Representing database objects using an AJAX Tree interface
- Using SETUP in a production environment
- Description of the generated object package
- Introducing PHP Object Generator version 1.6
- Using AJAX and PHP Object Generator
- When to use Object->SaveNew()
- Generating PHP objects in 2006
- Happy Holidays
- A short video of the POG Setup process
- A sneak peek at POG 1.6
- POG Tip: Field limits
- Previous versions.
- Searching the blog and tutorials sections
- Generating code with "Other" SQL data types
- Five general POG tips
- POG source code locations
- Microsoft SQL 2005 Express Edition
- Impatiently awaiting PHP 5.1 and PDO
- Php Object Generator goes open source
- POG generates PDO compatible code
- Oracle to offer free database
- POG Google group
- Database Wrappers and POG
- Revisions
- The generator blog
- An explanation of the 'Escape' function.
- Mirror, mirror
- Using POG to solve real world problems
- A php object-relational database tool
- A simple and flexible Object Oriented approach to PHP
Back to the Code Generator
The POG Google group
The POG tutorials/code samples
The POG mirror site
Using POG with Flex
written 730 days agoRecently, we’ve been contacted by Justin Opitz, a flash developer, because he was trying to get POG to work with Flex. After playing with the configuration for a few days, he was able to get it working. His solution looks like it would be extemely helpful to anyone else trying to get Flex working with any lightweight PHP library.
We welcome other input from other flash developers who have worked or are currently with POG. So, don’t hesitate to contact us with your problems/questions.

POG is very easy to use and updating my db is now a snap. The nightmare is over.
I hate writing value objects as much as I dislike db work… so what I’m working on at the moment is to databind some of my form fields to variables in the array of pog_attribute_type, which is returned by each AMFPHP service method result.
Is there anything out there documented about this property? I’d be curious to know how other’s use this field?
— Swidnikk Mar 16, 07:53 PM #
While getting POG to talk with Flex was a success, it was only a first test. I have run into a few more issues and I hope that the community can maybe lend their assistance.
While I have successfully established a remoting solution going from POG => AMFPHP => Flex, I am having a bit of trouble going in the reverse direction. Namely I cannot successfully take a AS3 value object (that maps to a corresponding POG Objects) sent from Flex, to a php function that simply returns that and maintains the class structure. I instead get back an ObjectProxy. This leads me to believe that the POG objects are not being handled correctly by the AMFPHP gateway or the POG Object structure is not able to accommodate remoting translation.
If any of you are interested in tackling this problem with me, please send me an email: jwopitz (at) gmail.com
— justin opitz Mar 20, 07:28 AM #
ok so I started a google code project for what I hope will be a solution/framework for using ActionScript, AMFPHP and POG.
You can check it out here: http://code.google.com/p/as3pogkit/
— justin opitz Mar 20, 12:50 PM #
This is a weblog about the Php Object Generator (POG) project, OO PHP, databases and Php code generators in general.
Php Object Generator, (POG) is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4/PHP5 application.
Subscribe to our RSS feed
Feedback, Feature Requests, Bugs to:
The POG Google group
Send us a Hello through email
Hello, my name is daniel from brazil. I have entire portal created using pog with flex and ajax. Everything works perfectly and pog objects are perfect to send via remote object using AMFPHP. The url for portal is www.brasilminingsite.com.br ... Only admin painel for registred user are maded in flex, register and see how fast flex + amfphp + pog can be.
— daniel Mar 13, 08:00 PM #