-
Notifications
You must be signed in to change notification settings - Fork 1
Changelog
baracudda edited this page Nov 24, 2014
·
43 revisions
- Features introduced, version numbers can be displayed and now have meaning.
- The CSS classes
data-*have been renamed todb-*to avoid HTML5 class conflicts. - SqlBuilder costume class can now handle filters and orderby clauses as well as convert
"="operations into" IN ()"operations if the parameter data is an array. - Actor views will now additionally check
app/views/*for their named view PHP file before giving a 404 error so that site-wide views can be re-used rather than copied everywhere. The check is done after checking for the actor/action-specific view and the framework-included site-wide view file in use is theresults_as_json.phpview. - The base class object now contains
debugLog()which does not depend on debug settings in case you want to log something regardless of any of the "is debugging" const or vars such as logging a specific db error.