Binpress components2012-06-04T06:59:56+00:00Zend_Feed_Writerhttp://www.binpress.comBinpresscontact@binpress.comhttp://www.binpress.com2012-06-04T06:59:56+00:002012-06-04T06:59:56+00:00http://www.binpress.com/app/cakephp-store-locator/951Double Ace Designnoreply@binpress.comhttp://www.binpress.comdev/profile/111CakePHP Store Locator that uses the Google Maps API & jQuery and features a password protected admin panel to manage all your stores, categories & reviewsAn easily to install & configure Store Locator that utilises v3 of the Google Maps API to provide a ajax searches to stores that are nearby. Can also use the browser geolocation feature to automatically get the browser location and display nearby stores.Features can be switched on/off easily in the config file and a password protected admin panel is used to administer Stores, Categories, Reviews & Ratings.FeaturesBuilt using CakePHPUses Google Maps v3 APIUses jQueryAjax Search FunctionalityBrowser GeolocationEasy to setup & congigureStore CategoriesStore Reviews & RatingsPassword Protected Admin PanelAdd/edit/delete StoresApprove/un-approve StoresAdd/edit/delete CategoriesAdd/edit/delete ReviewsApprove/un-approve ReviewsView/delete Users2011-09-23T19:25:52+00:002011-09-23T19:25:52+00:00http://www.binpress.com/app/cakephp2-phpbb3-authenticate/581Mattia Manzatinoreply@binpress.comhttp://www.binpress.comdev/profile/4883Authenticate users on a CakePHP2.0 app using a phpBB3 forum user table. Allows for single sign-on between phpBB3 and CakePHPThis component allows the use of a phpBB3 forum user table with a CakePHP2.0 application. Instead of migrating phpBB3 user data, you can use single sign-on directly from phpBB3 user table.InstallationA. Download the package and unpack it to your CakePHP application folder - either override or edit your CakeApp's files.B. Setup the Auth component as you should do for the default Cake FormAuth, note that the default package already includes an AppController that should auto-activate phpbb3Authenticate when you override your CakeApp's files. Otherwise you can manually enable it.class AppController extends Controller{
var $components = array(
'Auth'=> array(
'authenticate' => array(
'Phpbb3' => array(
'fields' => array('username' => 'username', 'password' => 'user_password')
))),
'Session');
}
C. It's recommended to add a new database configuration on your Config/database.php named forum with phpBB3 installation prefix in place.2011-02-22T22:45:40+00:002011-02-22T22:45:40+00:00http://www.binpress.com/app/browniephp/155Plus Globalnoreply@binpress.comhttp://www.binpress.comdev/profile/441Automatic admin panel generator for CakePHPBrowniePHP is a plugin for the CakePHP framework that saves you the work to create a back-end for your app. With minimal configuration, the plugin adapts itself to any CakePHP application and automatically provides you a very intuitive and easy to use admin panel. Developers familiarized with CakePHP might see it as an advanced ready-to-deploy scaffolding system.More info, documentation and latest version available at BrowniePHP.org