Articles Articles - Rss feed

reCAPTCHA plugin

If you are victim for SPAM, then you'll want to deal easily.
This reCAPTCHA plugin will help you in that case.
https://github.com/tbsmcd/recaptcha_plugin

  • Published by tbsmcd 02/05/11 - 00:00
  • 7580 views
  • 8 comments

A facelift for the CakePHP Book

The CakePHP Book[1] has undergone a major facelift and incorporates a whole range of changes to make the book more accessible and usable for all our users.
  • Published by predominant 02/03/11 - 00:00
  • 13532 views
  • 4 comments

Adding beforeLogin and afterLogin callbacks (AuthExtended)

AuthExtendedComponent is a class to add two new callbacks 'beforeLogin' and 'afterLogin' to your app.
  • Published by lucaswxp 02/02/11 - 00:00
  • 5438 views
  • 0 comments

Configuring memcache in cakephp on ubuntu

Configuring memcache functionality in cakePHP on ubuntu flavor. Steps might change little bit for other OS.
  • Published by rajender120 02/02/11 - 00:00
  • 6885 views
  • 1 comment

How to implement RPX social in cakephp?

Whua there, I am Gautam Lakum and I have appeared after many days with new article. I know, it's been too long. But anyways, let's start something new. I am here with little new topic, i.e. how to implement RPX social in cakephp. You can catch me from my blog www.gautamlakum.com I don't know how to format article content here. So please visit http://www.gautamlakum.com/how-to-implement-rpx-social-in-cakephp/ to get this article well formatted.
  • Published by webdevbit 02/01/11 - 00:00
  • 5132 views
  • 0 comments

BBcode Helper with PEAR's Bbcode parser

This is simple helper that converts [url=http://en.wikipedia.org/wiki/BBCode]Bbcode[/url] tags into its equivalent html tags. The helper is very light weight and utilises [url=http://pear.php.net/package/HTML_BBCodeParser/download]PEAR's Bbcode parser[/url] to give html outputs.
  • Published by kishorkundan 01/30/11 - 00:00
  • 4848 views
  • 3 comments

Integrate Amazon Simple Email Service (SES) into existing application

The release of Amazon's Simple Email Service (SES) was a god send to me. There was always this dilemma between sendmail and SMTP (usually through Google Apps). The deliverability of sendmail always sucked and SMTP (with Google Apps) had a 500/day limit. I developed a simple Component that integrates SES into your existing application with minimal code changes.
  • Published by Dankroad 01/30/11 - 00:00
  • 7864 views
  • 2 comments

BahnApiComponent

A simple, but very helpful component to receive the schedule of the german railway system.
  • Published by anachronist 01/27/11 - 00:00
  • 4129 views
  • 0 comments

CakePHP 1.3.7 Released

The CakePHP core team is proud to announce the immediate availability of CakePHP release 1.3.7.
  • Published by markstory 01/19/11 - 00:00
  • 31420 views
  • 5 comments

how to create an observeField equivalent in the new JsHelper

A lot of people are having trouble upgrading to the new JsHelper. Here is a simple syntax of how to use an observeField equivalent in the new JsHelper.
  • Published by Calderoy 01/18/11 - 00:00
  • 8426 views
  • 8 comments

ACL: Checking Permissions in Views

Setting up the Access Control Lists functionality is undoubtedly one of the most painful tasks when programming with CakePHP. Luckily there's a lot of help around on this subject, but what happens once you're all set and you want let's say to include links to actions only if the user is allowed to access the destination?
  • Published by thanos 01/17/11 - 00:00
  • 8260 views
  • 3 comments

Simple search in cakephp using find() conditions.

This is a simple search using cakephp. I have used only cakephp find conditions with video and profiles table. Table structures CREATE TABLE IF NOT EXISTS `videos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `created` date NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `size` int(11) NOT NULL DEFAULT '0', `desc` text, `tags` text, `can_comment` tinyint(1) NOT NULL DEFAULT '1', `thumbnailpath` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) )
  • Published by saravana 01/14/11 - 00:00
  • 12354 views
  • 2 comments

Creating a Micro Jobs Application from scratch in flat 1 month

Considering the growth in freelance and micro jobs industry, we built an application using Cake PHP (Below I've explained why) which will cater to startups planning to come up with micro jobs marketplace. That's how Nano Bazaar was born.

  • Published by nanobazaar 01/13/11 - 00:00
  • 6566 views
  • 0 comments

Really Simple Auth Component

Since the first releases of CakePHP, the authentication component seemed overkill for small projects, where simple user/pass/access_level is required, so I decided to create this simple Authentication component to allow simple User access level on all our apps. The aim is to keep the component as simple as possible that can be implemented in less than 10 minutes along your site.
  • Published by afterxleep 01/13/11 - 00:00
  • 7187 views
  • 2 comments

New Cakephp Website : File Storage ang Transfer Large Files

In making this website flexibility and efficiency of use be developed, I continuously work to make its navigation faster and more accessible for you. Hence, I made this website into a file hub application. I feel certain that this website is more valuable and useful compared to the last one. It helps you store your files up to 2 GB free space without time limit on archiving. The good thing here, if you have files much bigger to the limit of your mailbox, you can use this application to send those files and it's absolutely for FREE! However, this application is still on beta version. There's still a lot to expect these upcoming days. Thanks to Cakephp (Mark Story and the rest of the team) and Croogo (Fahad). Both of them gave great contributions in bringing this website live.
  • Published by AppsBender10 01/04/11 - 00:00
  • 5168 views
  • 1 comment

CakePHP TV Released! Community Tutorial Videos, Presentation Videos, and more CakePHP videos

I would like to welcome everyone to CakePHP TV, a community driven video site dedicated to all videos CakePHP.
  • Published by bMilesp 12/27/10 - 00:00
  • 6505 views
  • 0 comments

Happy Holiday yule cake - CakePHP 2.0-dev released

The CakePHP core team is proud to announce the immediate availability of CakePHP 2.0.0-dev. This is the first packaged release of the 2.x branch.
  • Published by markstory 12/26/10 - 00:00
  • 45313 views
  • 29 comments

Image handler component

This is an attempt to make a previously published article more readable, the article is found here: http://bakery.cakephp.org/articles/xixilive/2010/12/01/image_handler_component_with_resize_crop_flip_watermark_etc
  • Published by nicho12 12/22/10 - 00:00
  • 5927 views
  • 0 comments

Transaction behavior

A little behavior that enables you to use (nested) transactions in 1.2+ with MySQL.
  • Published by Jippi 12/19/10 - 00:00
  • 42416 views
  • 18 comments

Rangeable Behavior: Find ranged based on a lat/lon field

After some really shoddy implementations of this functionality as components and whatnot, I finally made a clean and simple behavior which you can use naturally as a custom find type, even within paginate(). It will also sort the results for you based on distance to the source lat/lon, injecting a 'distance' field and setting as the key of the array.
  • Published by zeroasterisk 12/10/10 - 00:00
  • 8383 views
  • 3 comments