PHP Class generator version 1.2.0, great new features

Date: 18 March 2009
Source: GraFX

We haven’t come up with anything new for the PHP Class Generator package for a while. It’s time to do so.

We are launching this new 1.2.0 version, with major changes, so that in the future we would convert it into a software generator (Fast Template Framework).

To this version we have added the possibility to use not only PRIMARY KEY, but to be able to send a whole WHERE to a class.

If until now it was like this

new ClassName (0) or new ClassName (PRIMARYKEY) and would have to SELECT fieldname1, fieldname2,fieldnameN WHERE fieldname1=PRIMARYKEY

now you can do like

new ClassName ("WHERE fieldname1='' AND fieldname2 LIKE %something% LIMIT 0,10)

It works the same with SAVE and DELETE, you can send the whole WHERE to a class.

Another new feature is UNDO.

If you create a table (its structure being in a class) you can have a history and the possibility to UNDO.
This way, for example, you can DELETE FROM table WHERE ... we will save an INSERT INTO table fieldname1,.....
At a SAVE we will save the previous data with an UPDATE SET (REPLACE)

This way, even if someone makes a mistake, the previous data can be recovered.

Tutorials will be available in few days.

Check this page for detailed descriptipon and DEMO

http://www.grafxsoftware.com/product.php/PHP-JAVA-CLASS-Code-Generator/27/

Other news
New version of MiniCWB - version 2.3.0 - 30 June 2009
Ready for next Company Website Builder and Artisteer? - 01 June 2009
The Vendor Client relationship - in real world situations - 01 June 2009
New version of Power Toys 4.7.0, also now available for trial - 23 May 2009
Star Rate System PRO 3.1.0 has just been released - 17 May 2009
myFloorplan Designer 1.0.1 - 11 May 2009
New version 3.1.0 of CVS for Dreamweaver and SVN for Dreamweaver - 04 March 2009
GraFX Press - Article Manager 1.6.2 released - 14 February 2009
Power Toys updated to be compatible with PLESK 9 - 24 January 2009
Star Rating System Free 2.4 ... Ajax fix - 17 January 2009
| Announcements | Press Releases | Releases |