-
1.Pog fetches result set arrays where possible (big performance boost)
2.Data encoding is handled within database
3.Plugin interface
4.Data encoding sanity check added to setup
5.Delete deep and across for siblings
6.Getlist accepts column names as filters
7.Getlist, GetChildren and GetSibling return all results if fcv_array is null
8.Better session etiquette
9.Improved PDO performance.
2007-07-25 18:39:20 UTC by z037
-
- <FIX> DNF not properly implemented for php4 and php5.1
- <FIX> GetChildrenList now always returns children in database.
(non-committed children are not returned). This addresses several bugs
which occurred when GetChildrenList was being called multiple times in
the same code block. Also addresses issues when GetChildrenList was
being called with different conditions...
2007-01-02 06:42:28 UTC by z037
-
1. Dropped support for databases other than MYSQL
2. Improved Parent-Child (1-many, many-1) relations. Bug fixes include
- checks that prevent same child from being added more than once to the childList
- documented a php 'bug' where adding children through a loop must be done by reference
- SetChildrenList now does what it was supposed to do: commits changes to the database, making previ.
2006-11-26 01:12:33 UTC by z037
-
1. Setup performs its job more thoroughly (tests connected objects now), is more stable and more verbose when something goes wrong.
2. setup performs automatic table alignment when the user modifies and regenerates objects.
3. Fixed relations bugs.
4. Improved database connection class to at least escape string when db_encoding is disabled.
5 Fixed POG-updates bug on the server...
2006-08-03 04:38:53 UTC by z037
-
MAIN NEW FEATURE:
---------------------------------
Introduced functionality to mass update all objects to the latest POG
version. As from 2.0.1, developers will be able to update their objects
in 1 click. For e.g when you generate and use 2.0.1 objects in your web
application, and 2.0.2 and any subsequent version of POG are released,
you'll be able to update all your objects in 1...
2006-04-30 03:34:38 UTC by z037
-
1. Object Relations (http://www.phpobjectgenerator.com/plog/file_download/21)
2. SOAP API, allow anyone to create other services on top of POG
(http://www.phpobjectgenerator.com/plog/file_download/18)
3. Improved setup unit tests and interface
4. repositioning of object attributes using "up" and "down" keyboard
arrows
5. fixed all known bugs
6. allows database...
2006-04-02 08:34:49 UTC by z037
-
added phpdoc generation for object attributes
added support for php pagination using GetList()
2006-02-14 23:10:26 UTC by z037
-
New features
Generated code package now contains a setup file
Web Interface
Better compatibility with Opera
Improved usability of Add Attribute feature.
Fixed @link bug which occurred with certain attribute of types
Generated Code Improvements
Generated code package doesn’t contain a README file anymore. Contents of readme has been merged into the setup file
CRUD methods...
2006-01-31 08:07:02 UTC by z037
-
Added compatibility with PDO. (PHP 5.1 and above)
Code generated with PDO as database wrapper is compatible with other databases such Oracle, SQL Server
Code can still be generated without using PDO as database wrapper and instead using the default POG wrapper.
URL is included in the code header & allows you to regenerate/modify your object more easily.
Minor bug fixin’s
Minor...
2006-01-02 05:10:13 UTC by z037
-
Anonymous committed patchset 1 of module CVSROOT to the Php Object Generator CVS repository, changing 11 files.
2005-11-02 18:10:27 UTC by nobody