PHPSimpl 0.8.3 Feature Update

0 views
Skip to first unread message

Nick DeNardis

unread,
Sep 24, 2007, 7:45:22 PM9/24/07
to PHPSimpl
In honor of making it to del.icio.us popular php list we are releasing
the newest feature update. Improved non-database forms, speed and
stability. Check it out.

* Added the SetConditions() function. This will be used to to any
sort of filters on the GetList() and Search(). One example is:
$myPost->SetConditions("date_entered LIKE '2007%'");
* Added some accessor and setter functions for the folder name
since it is protected.
* Added the SetPrefix() function to the form class which will
transform the field names from just the name to a prefix array so
name="first_name" would turn into name="personal[first_name]".
* Added the ResetErrors() function to reset the errors from a form
Validate().
* Added to the view not to display if a field is hidden or
omitted.
* Added the SetMultiCount() to the DbTemplate so the menu count
can be set manually if an object is individualized and not grouped.
* Added the DIR_CLASSES lookup to the autoload function. This will
allow autoloading of the actual application classes automatically
instead of by hand.
* Added the GroupBy() function which works like the
SetConditions().
* Forced the DbTemplate results array to always be reset on
GetList() it was in all the other query functions except GetList().
* Fixed issue where the form fields were not being created
correctly in the Form class.
* A few bug fixes.

This is a Recommended Update

PHPSimpl 0.8.3 (97Kb)
- http://phpsimpl.googlecode.com/files/phpsimpl-0.8.3.zip

Install Guide
- http://code.google.com/p/phpsimpl/wiki/Installation

API and Examples
- http://code.google.com/p/phpsimpl/wiki/BaseClasses

Reply all
Reply to author
Forward
0 new messages