Downloadliste

Projektbeschreibung

MySqueaks is a PHP class that allows you to create
MySQL statements with the flexibility of OOP and
throws in a simple database interface as well.
This means that you can create PHP objects to
represent your database tables and use the various
methods provided to select, update, or delete
data. This also means that instead of having to
write out a very long SQL query, you can simply
convert the representation into a series of
"steps", which can be easier to understand and debug.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-07-27 16:18
1.0.5

Diese Veröffentlichung fügt Bugfixes für Drop () und RenameTable (), aktualisierten Code für ChangeDatabase () auf Clear () und aktualisierten Code für DropTable () zu tun DROP TABLE IF EXISTS.
Tags: Minor security fixes
This release adds bugfixes for Drop() and
RenameTable(), updated code
for ChangeDatabase() to Clear(), and updated code
for DropTable() to do
DROP TABLE IF EXISTS.

2007-07-24 21:03
1.0.3

Diese Veröffentlichung fügt Entwickler-Dokumentation und ein Beispiel-Code-Seite. Es gibt Bugfixes für Werte (), Set (), OptimizeTable (), DropTable (), RenameTable () und Tabellieren (). Der Code wurde für die Angabe Fremdschlüssel aktualisiert (dh mehr Bugfixes). Truncate () unterstützt jetzt die Bindungen zu (dies war in verfehlt 1.0.0). ForeignKey () unterstützt jetzt JoinTo () als gut.
Tags: Documentation
This release adds developer documentation and a sample code page. There are bugfixes for Values(), Set(), OptimizeTable(), DropTable(), RenameTable(), and Tabulate(). The code has been updated for specifying foreign keys (i.e. more bugfixes). Truncate() now supports bindings too (this was missed in 1.0.0). ForeignKey() now supports JoinTo() as well.

2007-07-20 19:29
1.0.0

Tags: Initial freshmeat announcement

Project Resources