Framework 0.1.8
| Released | State | Download | SVN |
| 2006-11-28 | Alpha | http://pear.joestump.net/package/Framework/0.1.8 | tags/0.1.8 |
Changelog
- Closed ticket #14
- Closed ticket #17
- Closed ticket #18
- Fixed Framework_Site_Common::getUriPath() to work with mod_rewrite
- Fixed Framework_Template_Smarty to respect template overloading
- Added Framework_Request_Web::$lang, Framework_Request_Common::$country and Framework_Request_Common::$locale
- Added I18Nv2 as a dependency
- Added Framework_Pager
- Added check to see if __autoload() already exists before defining it
- Added framework_pager Smarty plugin
- Added __call() to valid event checking so events can be overloaded
- Changed ini_get() / ini_set() to get_include_path() / set_include_path()
- Changed __autoload() to not die on a failed include
