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
-
Featured
-
13532 views
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
Configuring memcache functionality in cakePHP on ubuntu flavor. Steps might change little bit for other OS.
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
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.
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
A simple, but very helpful component to receive the schedule of the german railway system.
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
-
Featured
-
31420 views
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
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
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
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
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.
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
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
-
Featured
-
45313 views
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
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
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.
Latest Comments