Downloads
Download Latest Version
Madeam - 0.0.5 -
release notes -
August 07 2007
- The bootstrap now adds more include directories for PHP to search
- Core helpers, components and behaviors are now stored in the Madeam directory
- Third party helpers, components and behaviors are now stored in the vendors directory
- By default the database name will be named after your application's directory.
- Even faster than before some how.
Madeam - 0.0.4 -
release notes -
August 03 2007
- Re-named public_html directory to public
- Improved directory structure
- Better support for HABTM relationships
- Helpers are now all static classes that can be called dynamically
- Improved .htaccess files
- Improved performance by lessening the number of files required on startup
- Fixed many bugs
- Modified environment configuration file to simplify configuration process to one file
- Added much needed session component
- Greatly improved flashing ability from page to page. Can even set Pages To Live on flash
- More performance improvements and bug fixes to activeRecord
- File Component added (Replace for activeFile)
- Added error helper
- Added form helper
- Improved url() function in html helper. (More accurate links that make sense)
- About a gazillion other improvements!
Madeam - 0.0.3 -
release notes -
July 09 2007
- Increased ActiveRecord? Speeds
- Dynaimcally join models on the fly
- Added has_and_belongs_to relationships
- Belongs_to relationships now make sense
- Relationships are now defined defined using a better syntax (example: var $has_one_user;)
- Models, Components and helpers are loaded only when called. No more pre-loading!
- You can still load helpers for convenience to the designers
- And many bug fixes.
Requirements
- PHP 5.2.x
- MySQL 4.x
- Apache
- mod_rewrite (not required but recommended)