Articleshttp://bakery.cakephp.org/Latest Articlesen-usGoogleChart helperhttp://bakery.cakephp.org/articles/segy/2012/04/23/googlechart_helperhttp://bakery.cakephp.org/articles/segy/2012/04/23/googlechart_helper<p>I needed simple access to Google Chart API for generating images. Please see examples below and method comments in source file to see how it works.</p><p>This plugin is for CakePHP 2.x</p><p>Example:</p><code>// Controller:public $helpers = array;</code><p>&nbsp;</p><code>// View:// example of bar chartecho $this-GoogleChart-create-setType)-setSize-setMargins-addData)-addMarker)-addData)-addMarker)-addAxis))-addAxis);// example of pie chartec...</code>PluginsMon, 23 Apr 2012 07:45:31 +0000User Management Premium Plugin for cakephp 2.xhttp://bakery.cakephp.org/articles/chetanvarshney/2012/04/16/user_management_premium_plugin_for_cakephp_2_xhttp://bakery.cakephp.org/articles/chetanvarshney/2012/04/16/user_management_premium_plugin_for_cakephp_2_xI have launched premium version of User Management PluginDemo at http://umpremium.ektasoftwares.comThere are lots of features and you will like them definitely......So guys don't go here and there just look these features at demo site. PluginsMon, 16 Apr 2012 18:24:06 +0000Custom Fields Plugin for CakePHP 2.xhttp://bakery.cakephp.org/articles/srs2012/2012/04/11/custom_fields_plugin_for_cakephp_2_xhttp://bakery.cakephp.org/articles/srs2012/2012/04/11/custom_fields_plugin_for_cakephp_2_xGitHub page: https://github.com/srs81/CakePHP-CustomFields# CustomFields Plugin for CakePHPA custom fields plugin for CakePHP 2.x. Now you can add custom fields to your CakePHP app and individual models/controllers without having to worry about database changes.## How to Use### Download or checkoutYou can either download the ZIP file:https://github.com/srs81/CakePHP-CustomFields/zipball/mastero...PluginsWed, 11 Apr 2012 03:10:16 +0000Minify plugin for CakePHP 2.0+http://bakery.cakephp.org/articles/maurymmarques/2012/04/04/minify_plugin_for_cakephp_2_0http://bakery.cakephp.org/articles/maurymmarques/2012/04/04/minify_plugin_for_cakephp_2_0### InstallationYou can clone the plugin into your project ):`cd path/to/app/Plugin or /plugins``git clone https://github.com/maurymmarques/minify-cakephp.git Minify`Bootstrap the plugin in app/Config/bootstrap.php:`CakePlugin::load));`### ConfigurationSet the configuration file in your app/Config/core.php`Configure::write;`If you do not want to use compression, set false.Create a folder called...PluginsWed, 04 Apr 2012 02:09:17 +0000PhpExcel helper for generating excel fileshttp://bakery.cakephp.org/articles/segy/2012/04/02/phpexcel_helper_for_generating_excel_fileshttp://bakery.cakephp.org/articles/segy/2012/04/02/phpexcel_helper_for_generating_excel_files<p>PHPExcel is a great library that can create XLS files. For more information see PHPExcel project homepage.</p><p>I added method for setting font and for easy table data adding .</p><p>This plugin is for CakePHP 2.x</p><p>Short example:</p><code>// Controller:public $helpers = array; </code><p>&nbsp;</p><code>// View:$this-PhpExcel-createWorksheet;$this-PhpExcel-setDefaultFont;// define table cells$table = array, 'width' = 'auto', 'filter' = true),ar...</code>PluginsMon, 02 Apr 2012 09:36:56 +0000AjaxMultiUpload Plugin for Cake 2.0.x and 2.1http://bakery.cakephp.org/articles/srs2012/2012/03/12/ajaxmultiupload_plugin_for_cake_2_0_x_and_2_1http://bakery.cakephp.org/articles/srs2012/2012/03/12/ajaxmultiupload_plugin_for_cake_2_0_x_and_2_1# AjaxMultiUpload Plugin for CakePHPA full-blown AJAX file uploader plugin for CakePHP 2.0.x and 2.1.Using this, you can add multiple file upload behaviour to any or allof your models without having to modify the database or schema.You can click on the Upload File button, or drag-and-drop files into it. You can upload multiple files at a time without having to clickon any button, and it shows y...PluginsMon, 12 Mar 2012 22:25:21 +0000Report Manager Plugin for CakePHP 2http://bakery.cakephp.org/articles/luisedudias/2012/02/23/report_manager_plugin_for_cakephp_2http://bakery.cakephp.org/articles/luisedudias/2012/02/23/report_manager_plugin_for_cakephp_2Changelog for version 0.4* Load and Save reports* Export to XLSChangelog for version 0.3* One to many reports* Sortable fields by drag and drop * Click to add field change background color * Click in model name check/uncheck all fields * SmartWizard validation * Datepicker for date fields * Checkbox to enable counter option * Check box for one to many reports : show items with no related record...PluginsThu, 23 Feb 2012 15:50:53 +0000reCAPTCHA Plugin for CakePHP 2http://bakery.cakephp.org/articles/jahdrien/2012/02/15/recaptcha_plugin_for_cakephp_2http://bakery.cakephp.org/articles/jahdrien/2012/02/15/recaptcha_plugin_for_cakephp_2<p><h1>1. Get reCAPTCHA key.</h1>http://www.google.com/recaptcha</p><p><h1>2. Setting.</h1>Download recaptchalib.php.<br>And put it in "Recaptcha/Vendor".<br>http://code.google.com/p/recaptcha/downloads/list?q=label:phplib-Latest</p><p><h1>3. Config.</h1>Insert keys in Recaptcha/Config/key.php .<br>&nbsp;&nbsp;&nbsp;&nbsp;$config = array,<br>&nbsp;&nbsp;&nbsp;&nbsp;);<br></p><p><h1>4. Bootstrap.</h1>if you load your plugins one by one add<br>CakePlugin::load;<br><br>ReCaptcha/Config/bootstrap.php only reads your key.php con...</p>PluginsWed, 15 Feb 2012 11:29:55 +0000User Management Plugin for cakephp 2.xhttp://bakery.cakephp.org/articles/chetanvarshney/2012/02/11/user_management_plugin_for_cakephp_2_xhttp://bakery.cakephp.org/articles/chetanvarshney/2012/02/11/user_management_plugin_for_cakephp_2_xUserMgmt is a User Management Plugin for cakephp 2.xPlugin version 1.0 Hey wanna Demo??? Free Version here is http://usermgmt.ektasoftwares.com/Premium Version here is http://umpremium.ektasoftwares.com/Main Features-1. Clean code with formatting2. Login3. Registration4. Cookie login/ Remember me functionality5. Add/Edit/Delete User By Admin6. Add/Edit/Delete Group By Admin7. Change Password8. ...PluginsSat, 11 Feb 2012 21:06:16 +0000Emogrifier Plugin for rendering HTML formatted emailhttp://bakery.cakephp.org/articles/ndejong/2012/01/29/emogrifier_plugin_for_rendering_html_formatted_emailhttp://bakery.cakephp.org/articles/ndejong/2012/01/29/emogrifier_plugin_for_rendering_html_formatted_email<p>Wondering what Emogrify is? Emogrifier is a great library from Pelago that deals with much of the hassle involved with HTML formatted email messages:-</p><ul><li>http://www.pelagodesign.com/sidecar/emogrifier/</li></ul><p>This Plugin is a wrapper around Emogrifier making it easy to use in CakePHP 2.0x</p><h3>Step 1</h3><p>Download the Plugin here:-https://github.com/ndejong/CakephpEmogrifierPlugin<h3>Step 2</h3><p>Copy or symlink CakephpEmogrifie...</p></p>PluginsSun, 29 Jan 2012 11:40:48 +0000Attach Pluginhttp://bakery.cakephp.org/articles/krolow/2012/01/27/attach_pluginhttp://bakery.cakephp.org/articles/krolow/2012/01/27/attach_pluginFor several projects I have used the MeioUpload plugin and he was really good for me, but for some new projects I`d like to use polymorphic model for mine attachments, and the new and good Imagine library for generate thumbs, and manipulate images.So I decided to start one plugin, that is called Attach.To use it's really simple:<h2>Installation</h2><ul><li><strong>Clone from github:</strong> in your app directory type git clone...</li></ul>PluginsFri, 27 Jan 2012 01:37:50 +0000NiceAuth - User Management Plugin with OpenIDhttp://bakery.cakephp.org/articles/rsmartin/2012/01/22/niceauth_-_user_management_plugin_with_openidhttp://bakery.cakephp.org/articles/rsmartin/2012/01/22/niceauth_-_user_management_plugin_with_openid### Features ###* **ACL Database** - Allows you to control access to controllers and actions for each user or group* **User Registration** - Easy to use form for user signup* **OpenID** - Allows users to signup with a single click using their OpenID account * **Password Reset Function** - Users can enter there email address and a temporary password will be sent to them* **Installation Script** ...PluginsSun, 22 Jan 2012 20:43:15 +0000Mozilla BrowserID authentication pluginhttp://bakery.cakephp.org/articles/overflow636/2012/01/22/mozilla_browserid_authentication_pluginhttp://bakery.cakephp.org/articles/overflow636/2012/01/22/mozilla_browserid_authentication_pluginPlease let me know what you think of my first plugin.Github page is http://github.com/OverFlow636/ofbidPrerequisites------------- 1. Your application should already have an authentication method setup, this plugin is simply designed to augment it. 2. Your AppController needs to use the Auth and Session components 3. Your server needs to support curl and sslTo Install------------- 1. Clone ` htt...PluginsSun, 22 Jan 2012 20:16:45 +0000Mpdf component for generating PDF files from HTMLhttp://bakery.cakephp.org/articles/segy/2012/01/19/mpdf_component_for_generating_pdf_files_from_htmlhttp://bakery.cakephp.org/articles/segy/2012/01/19/mpdf_component_for_generating_pdf_files_from_html<p>mPDF is a great class that can create PDF files from HTML. For more information see mPDF homepage.</p><p>I wrote this component to easily use mPDF with cake views. You just need to initialize Mpdf component, set desired layout and instead of standard output the PDF file will be generated.</p><p>Short example in controller:</p><code>public $components = array;public function testpdf { $this-Mpdf-init; $this-Mpdf-setFil...</code>PluginsThu, 19 Jan 2012 22:04:21 +0000Usermin Plugin: Cakephp 2.0 easy Auth{entication|orization}http://bakery.cakephp.org/articles/steinkel/2011/12/31/usermin_plugin_cakephp_2_0_easy_auth_entication_orizationhttp://bakery.cakephp.org/articles/steinkel/2011/12/31/usermin_plugin_cakephp_2_0_easy_auth_entication_orizationUsermin is a Plugin easy to install and easy to understand. It covers the basics to authenticate, manage and authorize your application with users, roles and permissions to access plugins, controllers and actions.AuthComponent is one of the hot new features in CakePHP 2.0. Why not use it to refactor an existing plugin and build a simpler version for 2.0 ? This was the main motivation to create ...PluginsSat, 31 Dec 2011 11:12:39 +0000Cipher Plugin Behaviorhttp://bakery.cakephp.org/articles/jmillerdesign/2011/12/29/cipher_plugin_behaviorhttp://bakery.cakephp.org/articles/jmillerdesign/2011/12/29/cipher_plugin_behavior<h3>Installation</h3><ol><li><p>Install the plugin as a submodule:</p><pre><code>git submodule add https://jmillerdesign@github.com/jmillerdesign/Cipher-Behavior-for-CakePHP.git app/Plugin/Cipher</code></pre></li><li><p>Load the plugin in Config/bootstrap.php</p><pre><code>CakePlugin::load;</code></pre></li><li><p>In the model that has the fields to encrypt, add Cipher.Cipher to the $actsAs array, along with the settings to use.</p><pre><code>var $actsAs = array ));</code></pre></li></ol><h3>Settings</h3><ul><li>fields : Fields to cipher. Default...</li></ul>PluginsThu, 29 Dec 2011 04:03:45 +0000Authake 2.0: Redirect Error Solvedhttp://bakery.cakephp.org/articles/mxkocak/2011/11/19/authake_2_0_redirect_error_solvedhttp://bakery.cakephp.org/articles/mxkocak/2011/11/19/authake_2_0_redirect_error_solvedYou can check the following link: http://www.mtkocak.net/?p=333For download: https://github.com/mtkocak/authakeAuthake plugin makes user and group managment just like plug&play.PluginsSat, 19 Nov 2011 12:52:29 +0000CakeResque, resque queue systeme for cakephphttp://bakery.cakephp.org/articles/kamisama/2011/11/08/cakeresque_resque_queue_systeme_for_cakephphttp://bakery.cakephp.org/articles/kamisama/2011/11/08/cakeresque_resque_queue_systeme_for_cakephpCakeResque is a redis-backed queue systeme based on Resque. It allows you to send some tasks in the background, and execute them later.By deferring some unessential tasks, we can concentrate on the most important part of a workflow, and deliver a faster response to the end-user.Example : For a site with social feature, like activity feed, and friends.When adding a comment, the user shouldn't ha...PluginsTue, 08 Nov 2011 04:53:36 +0000Authake plugin for CakePHP 2.0http://bakery.cakephp.org/articles/mxkocak/2011/10/27/authake_plugin_for_cakephp_2_0http://bakery.cakephp.org/articles/mxkocak/2011/10/27/authake_plugin_for_cakephp_2_0UPDATE: Windows ERROR 301 Too Many Redirects error SOLVED. Please redownload.NOTE: Best run after CakePHP 2.0.3.Authake is finally arrived to CakePHP 2.0 and is solution to manage users and groups and their rights in a CakePHP platform, as well as their registration, email confirmation and password changing requests. It’s composed by a component, a plugin, and a helper.For download:https://gith...PluginsThu, 27 Oct 2011 00:21:14 +0000CakePHP Full Calendar Pluginhttp://bakery.cakephp.org/articles/silasmontgomery/2011/03/02/cakephp_full_calendar_plugin_2http://bakery.cakephp.org/articles/silasmontgomery/2011/03/02/cakephp_full_calendar_plugin_2<h2>WHAT IS THE CAKEPHP FULL CALENDAR PLUGIN?</h2><p>The CakePHP Full Calendar Plugin allows you to easily integratethe jQuery based Full Calendar application with your CakePHP application for a slick ajax event calendar.</p><p>The plugin brings the following MIT licensed software together to create a simple and sleek experience:<ul><li>CakePHP <ul><li>Required by this plugin</li></ul></li><li>Full Calendar <ul><li>The jQuery based Calendar</li></ul></li><li>jQuery <ul><li>Required...</li></ul></li></ul></p>PluginsWed, 02 Mar 2011 21:57:41 +0000