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
New version: 2.1.2 released
written 633 days agoLast night, POG was updated to 2.1.2, which has some nice improvements over 2.1.0 & 2.1.1. Release 2.1.0 addressed some shortcomings that Setup previously had regarding related/connected objects. 2.1.2, yesterday’s release, addressed a bug identified as well as improved the rendering of connected objects.
Rendering – the old way
In 2.1.0 & 2.1.1, POG setup did not render connected objects fully. i.e. only the non parent/child attributes were rendered.
Rendering – the new way
In 2.1.2, POG setup now renders connected objects fully and gives a true hierarchical view of connected objects. For e.g. if you have an Author object who has many Books, Setup now displays BookList as a clickable node attribute. When expanded, setup renders all book objects and attributes. The following is a screenshot example of how Setup renders parent/children.

Fixes:
The major bug fix made concerned automatic table alignment and connected objects. Previously, the bug caused some object relations to be ‘lost’ each time setup is ran because the parents/children column were being dropped and recreated under certain circumstances. This has now been fixed.
Other improvements
Other improvements include
– Prevent timeout/max execution time issue when dealing with a large number of objects during Setup and Update
– Added circular progress indicator in a few places – Fixed a few setup glitches here and there.
Hope this gives an overview of what has been improved in the latest version. You can always download and take a look at the source code.
Next expected release is now 2.2.0 which will finally introduce many-many relations.

Indeed, you seem to be confused between the setup_factory (which you shouldn’t really be dealing with) and Setup.
Only download the code from the SVN directory if you want to install a copy of the Generator on your local machine or on your server. This is only if you don’t want to access www.phpobjectgenerator.com to generate objects.
On the other hand, setup is generated along when you generate PHP objects. These introductory videos may help.
— PogGuys Aug 28, 09:28 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
The setup_factory (or my idea of how to setup POG) seems to be all whacked out in the 2.1.2 release (SVN).
Trying to run setup_factory/setup.php OR setup.php4.php is a fall down. Additionally, seems the later is looking for non-existant files. (Warning: main(setup_library/authentication.php): failed to open stream: No such file or directory).. I’ll change the path to setup_files and kick it around a bit, but I thought you guys may want to know.
I used: http://subversion.phpobjectgenerator.com/svn/repository/pog
More info if you request it.
Thanks for all the hard work.
— trip Aug 25, 04:59 PM #