Changelog
Written by Henrik,
Monday, 12 January 2009
Last Updated ( Wednesday, 25 February 2009 09:15 )
20090112 - Version 1.5.1
- Fixed the Diff function in the DTO, which was completly unusful until now.It now also tells what fields was changed, this information will be found in the
array_keys of the array returned.
20090112 - Version 1.5
- Added Create config, DB config located in /db/- Added Create Default DB Adapterlocated in /db/
20081229 - Version 1.4
- Error in DAO and Service compability, where service called function create while itwas called insert in DAO. Now called create in both files.
- Bug where DAO insert and update function had no '' around array keys, this resulted
in 'Undefined constant' errors. Fixed.
- DTO Bind function will no longer complain about "Undefined index", as there now is
an isset() if statement for each array_key before the setter.
- Added getFormattedTime() to GenericDateTime class.
- Diff function bug, did not use same variable for comparison.
20081222 - Version 1.3
- A lot of bugfixes, script is almost running as intended now.- Moved ErrorConstants.php into a new directory called constants.
- GenericDateTime bug in DAOCreatorService where we forgot to make
dates from db an instance of GenericDateTime class.
20080919 - Version 1.2
- Added Static files generator for all Generic classes- Fixed some minor bugs
- Made the 'require_once' php statements in the generated files
dynamic, and based on what you specify in your setDirectoryStructure setting
20080917 - Version 1.1
- Fixed ExceptionService- Removed whitespaces in the beginning of generated files
- Errorconstants had no end semicolon on each row
20080917 - Version 1.0
- Added ExceptionService- Added write to files functionallity based on the configuration
sent to $ZendModelCreator->setDirectoryStructure()
- Changed some basic comments
20080916 - Version 0.9
- Added all basic functionallity, except exceptionserviceand the possibility of writing to files


