Download List

项目描述

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.

系统要求

System requirement is not defined
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

此版本增加了对降错误修正()和RenameTable(),更新了ChangeDatabase代码()清除()和更新DropTable代码()做DROP和IF EXISTS的表。
标签: 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

此版本增加了开发人员文档和示例代码页。还有的值进行除错(),设置(),OptimizeTable(),DropTable(),RenameTable(),汇总()。该代码已被更新,用于指定外键(即更多的错误修正)。截断()现在也支持(这是在1.0.0错过绑定)。外键()现在支持JoinTo()以及。
标签: 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

标签: Initial freshmeat announcement

Project Resources