Major bugs fixed including database static declarations for construct and destruct functions. Also updated URI parsing again to utilize new constant that detects subdirectories. URI parsing was doubling some keys because it thought they were 1 numeric higher.
Make sure that you update your BASE_HREF to use your entire URL not just the directory.
Subdirectories should have no problems now... hopefully. Also, updated Smarty in this release.
Added full support for subdirectory usage of the framework. I realized after v0.1.01a that it didn't actually allow subdirectory usage beyond the root. Framework now uses the <base> tag for link references.
* Do note that you must edit config.php and .htaccess to use a subdirectory, otherwise you're fine.
Also, found a slight problem with the Authenticate class redeclaring itself and several Non-Static method issues when framework is used in PHP6.... read more
This is just an update to Initial Release.
This release will allow you to use the framework in a subdirectory and not have to be on the root of the web-accessible drive.
Check the Help forum here if you wish to make the minor changes yourself without redownloading.
Finally put together the initial release of the bbgFramework. This framework is focused mainly for PBBG developers but it can be used to make any kind of web application really.
As of this release, there is only one wiki article that shows you how to create an About module using the framework:
https://sourceforge.net/apps/mediawiki/bbgframework/index.php?title=Example:About_module
If you have any questions on how to use any of the functions, please post them in the Help forum on this project.... read more