Binpress components 2012-06-04T06:59:56+00:00 Zend_Feed_Writer http://www.binpress.com Binpress contact@binpress.com http://www.binpress.com <![CDATA[CakePHP Store Locator - PHP | CakePHP]]> 2012-06-04T06:59:56+00:00 2012-06-04T06:59:56+00:00 http://www.binpress.com/app/cakephp-store-locator/951 Double Ace Design noreply@binpress.com http://www.binpress.comdev/profile/111 CakePHP 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. Features Built using CakePHP Uses Google Maps v3 API Uses jQuery Ajax Search Functionality Browser Geolocation Easy to setup & congigure Store Categories Store Reviews & Ratings Password Protected Admin Panel Add/edit/delete Stores Approve/un-approve Stores Add/edit/delete Categories Add/edit/delete Reviews Approve/un-approve Reviews View/delete Users <![CDATA[CakePHP2 phpBB3 Authenticate - PHP | CakePHP]]> 2011-09-23T19:25:52+00:00 2011-09-23T19:25:52+00:00 http://www.binpress.com/app/cakephp2-phpbb3-authenticate/581 Mattia Manzati noreply@binpress.com http://www.binpress.comdev/profile/4883 Authenticate 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. Installation A. 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. <![CDATA[BrowniePHP - PHP | CakePHP | System & Frameworks]]> 2011-02-22T22:45:40+00:00 2011-02-22T22:45:40+00:00 http://www.binpress.com/app/browniephp/155 Plus Global noreply@binpress.com http://www.binpress.comdev/profile/441 Automatic 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