In this blog you will get to know 10 useful plugin in cakePhp which are very useful for php developers whether they are fresher’s & experienced. All these plugin’s make your web application perform better with enhanced functionalities. This is one of the startup php blog from Findnerd.com which is a C,JAVA,.NET,JAVA SCRIPT, <b><a href="http://findnerd.com/askquestion/php">php developer forum</a></b> and contained alot more information on web technologies & the registered user’s can explore more<b> <a href="http://findnerd.com/askquestion/php">php programming questions and answers. </a></b><br><br> Now let’s focus on the complete blog:<br><br> CakePHP allows us to set up a combination of models,views ,controllers and release them as a packaged application called Plugins which can be used in the CakePHP applications. <br><br> Some of the useful Plugins in CakePhp web application are as follows:- <br><br> <b>1) Search Plugin-</b> This Plugin is used for the searching of the data from various tables of the database. This Plugin consists of a Behavior that makes a custom ‘search’ find type available to the Models, with special options for database filtering and highlighting results.<br><br> <b>2)Re-Captcha Plugin Recaptcha Plugin is valuable for:</b><br><br> a)Automated scripts from accessing the application website.<br><br> b)Forums that want to prevent spam/ads from signing up<br><br> c)Protecting downloads from automated access by bots (which is not a security risk in itself, but a bandwidth drain)<br><br> <b>3) ACL Plugin-</b>We should have an application controlled by Auth and Acl. So the Users permissions are set at the group level. One can also set permissions on a global and per-controller and per-action basis. This Plugins gives you to have a reusable block of code to easily expand your ACO table as your applications grows.<br><br> <b>4) Email MailGun Plugin-</b>This Plugins allows you to send the email via a MailGun by using the provided SDK.<br><br> <b>5) Paypal Plugin-</b>It's a plugin to interact with Paypal's "classic" and new REST APIs for payment processing..<br><br>
Topics