PHPSimpl 0.8.6 Stability Release

It’s been a long time since I have updated PHPSimpl. It doesn’t mean changes have not been happening, it has just been at a comfortable place for me. Expanding it would mean committing myself to many more hours when other resources are already available. So for now I will continue to maintain the framework while adding stability and speed enhancements. I don’t have any new features in the queue.

A rundown of the complete changes include:

  • Updated example
  • Fixed an issue where the Insert() function does not work if there is a primary key that is not auto_increment
  • Fixed an issue with the radio form multi select to validate
  • Added a h() function to output right from the DB, it does htmlspecialchars(stripslashes($text))
  • Fixed the XML Output to include a “raw” parameter which only takes array options
  • Added the ability to send $options['fields'] to the DbTemplate->Save() function to only save certain fields in the DB
  • Updated the SetValues() to urldecode hidden form fields because they were not in the past
  • Fixed issue #58 where SetValue() time was stripping the seconds off
  • Made some changes to the regex for php5 latest
  • Made some changes to help with php5.3 deprecations
  • Fixed most of the Notices in PHPSimpl
  • Fixed the Email validation in the Mail() class. It now allows .’s and -’s in the address
  • Now allow the ability to change the encoding of an Email when setting the Body(). Basically for base64 content
  • A few other minor bug fixes

This is a Recommended Update

Questions or Comments? Feel free to leave them in the PHPSimpl Group. There is always someone to help available. By the way we love feature requests, keep them coming.

PHPSimpl 0.8.5 Feature Release

Long awaited features now implemented. Main highlights include cross database join’s. Functions on DisplayList() fields and a way to change where the required indicator (*) is on forms and the character that is displayed after the label.

A rundown of the complete changes include:

  • Updated example
  • Completely rewritten Export class with CVS, JSON, XML and SQL support
  • Export() function on DbTemplate for seamless exporting
  • Removed the requirement to have DB_DEFAULT defined
  • DisplayList() now places a   for NULL table values for IE border support
  • GetList() and Join() now support cross database queries
  • Added the “required” class to the field items that are required
  • DisplayList() $options can now take a function name as a value for a field.
  • Added the DateTimeDiff() function to the global functions to produce a human readable “time ago” output.
  • Added a type of “settings” for forms to manipulate the Form::Form() function output.
  • A few bug fixes.

This is a Recommended Update

Questions or Comments? Feel free to leave them in the PHPSimpl Group. There is always someone to help available. By the way we love feature requests, keep them coming.

PHPSimpl 0.8.4 Feature Release

Jumping into the lakeYay! New Year, New Release. Its been a while since our last release and we apologize, all of us have been pretty busy and we were down two full time developers in the department. This release is a mix of additional features and bug fixes. We hope to release more often this year since we will have filled one and will fill the other position shortly. The updated below are all to the PHPSimpl core there has been no updates to the examples or the wiki API documentation. 0.8.5 will bring a massive update to documentation and optimization, hold tight we hope to have it out within the next two months.

  • Removed all dependency on a Primary Key except for the Move() function
  • Added the IsConnected() function for the DB object
  • Added the Insert() and Update() functions for tables without primary key
  • Added the ID attribute to the hidden form fields
  • Fixed issue with double quotes being in hidden fields, the would close the HTML tag
  • Fix for 12/31/1969 problem in DbTemplate:SetValue()
  • Fixed problem with IE-7 and popup-calendar location
  • Fix for invalid date input on Form::SetValues()
  • Fixed an issue with the export when there is no display passed

This is a Recommended Update

Questions or Comments? Feel free to leave them in the PHPSimpl Group. There is always someone to help available. By the way we love feature requests, keep them coming.

PHPSimpl 0.8.2 Feature Update

Just keep adding features
So after some time working with the current release we noticed some areas where improvement was needed. So what did we do? We improved in all the wonderful ways below:

  • Added a debug.log file to debug a live site in real time, best used with “tail -f”
  • Added the ErrorMessages() function to summarize a forms errors, similar to Rails.
  • Added the SetConditions() function so querying for >, <, <=, LIKE and OR’s are all possible now.
  • Added a Get and Set Folder name functions in the Folder Class.
  • DisplayList() now uses the options of a field to display in the list.
  • RowsAffected() now works like it should.
  • Fixed the Debug Query to work again.

Its a Recommended Update

Questions or Comments? Feel free to leave them in the PHPSimpl Group. There is always someone to help available. By the way we love feature requests, keep them coming.

PHPSimpl 0.8.1 Maintenance Update

Cleaning up after a release.
Thanks to everyone who has been using and testing PHPSimpl. After our first official release we wanted to squash some bugs, here is a list of the updates in 0.8.1:

  • Slightly Updated Example
  • Fixed the form label ”?:” issue
  • Better support for tables without a primary key
  • Fixed the SimpleFormat to display values properly and renamed it to Nice()
  • Change DB now counted as a query
  • View() now goes off the default field display first
  • Security Updates related to SQL injection

Its a Recommended Update

Questions or Comments? Feel free to leave them in the PHPSimpl Group. There is always someone to help available. By the way we love feature requests, keep them coming.