Home - Dingo Framework - Dingo Tutorials - Dingo@GoogleCode
As of Dingo 0.7.1 there is no db error reporting.
The following zip contains updated system files for the Dingo Framework to allow you to query the last db error and also notify you of the error if define('DEBUG',TRUE); is set
See the included usage.htm file for usage
DingoDBErrors1.1.zip
P.S. Just got a message from the the developer and he's going to update the framework to include these changes. Here's looking forward to Dingo 0.7.2!
Here's the current feature list:
Check out the userxtnd.php controller for example usage.
Most of the sites I've developed have some sort of content submission somewhere in them. Posting data to a php file and loading the resulting page is a little bit old tech. This is where ajax comes in. It allows you to submit data using javascript and then load any returned data dynamically into your page without the need for reloading it.
Xajax is a php project that simplifies the use of ajax by removing the need to write much of the javascript needed for submissions.
This is a re-write of the Xajax 0.6 beta 1 tests to show a possible integration with the dingo framework.
See the included usage.htm file for usage
mh