- moved application bootstrap include into application controller |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@267 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
- updated to version 0.1 |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@265 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
- form method defaults to post |
|
More...
|
over 16 years ago
|
- query and execute now reflect PDO better in activeRecord |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@262 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@261 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@260 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@259 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
- renamed parsers to builders |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@257 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
- re-named prepareResult to prepareEntry |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@255 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
- fixed activeRecord limit |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@253 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
- removed unecessary quotes from sanitized input |
|
More...
|
over 16 years ago
|
- when sanitizing sql input it now adds quotes to strings |
|
More...
|
over 16 years ago
|
- fixed partial path when calling partials - fixed wrong constant being called for association joint in html and form helper - fixed error when accessing a page that doesn't exist using special characters like "=" |
|
More...
|
over 16 years ago
|
- put app path and lib path in front of system path in list of include directories so that it is checked first. Most files being included are going to be fron app and lib because the system ones have been pre-loaded |
|
More...
|
over 16 years ago
|
git-svn-id: http://madeam.googlecode.com/svn/trunk@248 4e7df5bf-5837-0410-b7c2-fd8623b19026 |
|
More...
|
over 16 years ago
|
- renamed callback methods to _callback - cache is now cleared when it is disabled |
|
More...
|
over 16 years ago
|
- moving mime types and browsers from setup.php into their own config files |
|
More...
|
over 16 years ago
|
- moved madeam constants for flash and user error to madeam class as class constants - added ability to include and exclude actions and controllers for controller callbacks - data sanitization is now done by the Madeam_Sanitize class - fixed bug with findXXXBy_field - improved the way cacheing is handled for controllers, models and routes |
|
More...
|
over 16 years ago
|
- can now add your own custom where conditions without the interference of madeam |
|
More...
|
over 16 years ago
|
- fixed findOne where condition |
|
More...
|
over 16 years ago
|
- escaped input for updateQuery builder method (need to do the same for insertQuery builder method) |
|
More...
|
over 16 years ago
|
- used PDO's quote method to escape condition parameters |
|
More...
|
over 16 years ago
|
- implemented new way of creating where conditions. will be able to apply to on conditions and having conditions soon as well - fixed problem with cacheing models |
|
More...
|
over 16 years ago
|
- fixed problem with undefined errors when going to a page that doesn't exist |
|
More...
|
over 16 years ago
|