This fixes a small problem in example/inc/mediator.php, which breaks the example app.
Please download the fixed version.
Thank you.
Major changes and new features:
- Main loop now runs as a kind of finite state machine in genericadmin.php, this makes the big switch statements in genericadmin.php and the example application (and your application obsolete). The processing of actions is now controlled from the data dictionary.
Documentation will follow, as will generating a default setup of these actions from mysqlexport and mssql-export.... read more
Hi,
just a small bug in the last release, which created a lot of ERROR_NOTICE.
Jochen
Hi,
I must have slept for a whole year....Jokes aside, I'm sorry I have not done any releases throughout last year - I was busy starting my own business.
I have however used PHPDbEditTk in all my work. This release contains all changes throughout last year. You can see most of them by looking at the example application, which is contained in the release. It also contains the mysqlexport tool (unchanged) and a MSSQL export tool (not in CVS yet), as well as documentation generated with PHPDocumentor.... read more
Hi!
I go on a big Christmas holiday and PHPDbEditTk hibernates until I'm back.
Merry Christmas and Happy New Year.
Jochen
Hi!
I will demonstrate PHPDBEditTk live tonight as part of the PHP UG Auckland, New Zealand meetup at my flat.
Email me for details, if you're interested
Jochen
Hi !
This is the release of mysqlexport, a tiny page for exporting mysql tables into data dictionary arrays for PHPDBEditTk.
Writing up (or copying/pasting) the data dictionaries took me about 80% of the time when writing web pages with PHPDBEditTk, so I think this is a natural step.
I also decided to split up the mysql and mssql export tools because I can test the latter at work only. The mssql export tool will be released shortly.... read more
Hi!
I just finished the main parts of the DB table export to the data dictionary of PHP DB Edit Tk and plan to release it after some testing later this week. This will make building admin sites with the Toolkit even easier.
The Export function will support MySQL and MSSQL.
Jochen
Hi !
There's a minor bug in the 0.1 version which lets the example app not run on linux without midifications.
Version 0.1.1 fixes that problem.
Hi !
I extended the documentation a bit, mainly on the table view features of the main class.
Also, I fixed the html source in the PHPDoc generated documentation.
Hi !
I have uploaded the PHPDoc generated documentation, which is part of the classes. There are also a couple of paragraphs introduction.
More is coming....
Jochen