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
Introducing PHP Object Generator version 1.6
written 1499 days agoWe’ve just released POG 1.6 and updated the homepage with this new version. For the list of changes, take a look at the history log. As a refresher: a quick way to determine which version of POG you’re using, is to look at the title bar of your web browser:

The main improvement in this latest version is that POG now generates a SETUP script along with your objects.
POG generates PHP objects with integrated CRUD methods to dramatically accelerate web application development in PHP. POG allows developers to easily map object attributes onto columns of a database table without having to write SQL queries.
You’ve generated one or more objects using Php Object Generator … Now what? POG SETUP is an answer to this question and takes the POG experience one step further. The Setup process automates table creation, unit testing and provides a light scaffolding environment for your objects.
We’ve also made a video that shows how POG and POG Setup help accelerate web application development. As we produce more tutorial videos, we’ll add them to our videos section, so check back often. Click the image below to download the video:
The best way to understand and use the improved features of POG is, we believe, to give POG a try yourself. So, go ahead, start generating some objects and see for yourself what POG is all about. If you have questions, issues or comments, there’s always the newly updated POG tutorials. You can also post your question/comment to the POG Google Group.
A few reasons why you should be using POG 1.6
- POG is easier to understand, more flexible and has an almost zero learning curve compared to any PHP framework out there. PHP frameworks come and go, whereas POG will be relevant as long as you plan to use an Object Oriented architecture in your application.
- The new Setup process is really cool. The setup process helps you get started even faster by creating all the tables for your objects. Setup also helps you during the whole lifecycle of your application by providing Unit tests and a diagnostic/debugging interface to your objects.
- The generated code is even cleaner than before. We’ve put a large amount of effort to generate the cleanest code possible without impacting performance. While a very small fraction of PHP frameworks out-there provide code-generation, they are nowhere near POG in terms of code cleanliness and quality.
Some other neat improvements:
- Better compatibility for code generated for PHP 5.1 & PDO
- Yet cleaner and more consistent code
- GetList() orders list automatically by Id
- GetList() allows multiple conditions
- Performance improvements
- Improved compatibility with Opera
- Better naming of generated objects
- Minor bug fixes
Sincerely,
The POG Development Team

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

— cvokk Jan 31, 03:40 AM #