Articles Articles - Rss feed

GiveMeData: Insert fake data plugin for CakePHP

Now I want the data roughly. Such time for?
In that case, Please leave GiveMeData Plugin for CakePHP.
http://github.com/slywalker/give_me_data
  • Published by slywalker 10/29/10 - 00:00
  • 5505 views
  • 2 comments

Cake Dbo Database Backup

Backups structure and data from cake's database dbo datasources supported by Cake dbo package. Works with any cake dbo datasource, like MySQL, PostgreSQL, SQL Server, and others.
  • Published by arielmobvox 10/25/10 - 00:00
  • 6366 views
  • 2 comments

CakePHP 1.3.5 released

The CakePHP core team is proud to announce the immediate availability of CakePHP release 1.3.5.
  • Published by markstory 10/24/10 - 00:00
  • 16457 views
  • 1 comment

Minify and Gzip plugin for your Javascript

Hi, I wanted to share a solution to a problem I had with excessive javascript file size in some of my more ambitious projects. I may be reinventing the wheel here, but I had a very specific set of goals in mind and I wanted to do it myself. I wanted to be able to easily add an array of file names in the controller, have it all minified, compressed and cached and then have a simple controller able to output the cached file at a sensible url. I took some time to think it through and came up with the following plugin that *just works* and can be dropped into any project with no configuration.
  • Published by connrs 10/15/10 - 00:00
  • 6330 views
  • 0 comments

CasAuth 4 CakePHP

Imagine you want to provide your application with CAS (Central Authentication Service) support. Consider enhancing wonderful CakePHP Auth component as explained in the following 6 cake slices.

File upload restriction

I have written this component which provide number of features during file uploading. Following is the features of this component. 1.Provides the restriction of file size. 2.Provides the restriction of file types. 3.Provides the restriction of image file height. 4.Provides the restriction of image file width. 5.Provides the change of file name during uploading.
  • Published by santoshgroup 10/12/10 - 00:00
  • 8279 views
  • 0 comments

Du_BundleFu helper - Simple CSS and JavaScript file bundling

[url=http://github.com/dotsunited/du-bundlefu]Du_BundleFu[/url] is PHP 5.3+ library which bundles multiple css/javascript files into a big package and sends it out at once. This helper integrates Du_BundleFu into your CakePHP applications.
  • Published by jsor 10/07/10 - 00:00
  • 5358 views
  • 0 comments

Little FacebookHelper

Hello Cakers and Bakers! I've built a little FacebookHelper. Actually the API has two functions wich you can use to integrate some cool features to your website.
  • Published by Tidus 09/30/10 - 04:26
  • 6472 views
  • 1 comment

Script Combiner Helper

With the need to combine multiple CSS and Javascript files together, I started to look around for an easy-to-implement helper that can take care of this for me. From what I could find, everything seemed to require numerous third-party libraries, and the inclusion of a number of different files to get it working. This helper aims to combat this, by ensuring that everything is handled as transparently and as easily as possible.
  • Published by geoff.garbers 09/28/10 - 09:50
  • 4176 views
  • 2 comments

Generate XML Excel

This is a helper that will help you to create a valid XML Excel without using any vendor classes, after this you can save this XML to an xls file in excel.
  • Published by makio 09/28/10 - 09:35
  • 8105 views
  • 1 comment

Sanitizer Plugin

When you're dealing with a lot of user submitted data, it's important to sanitize it. CakePHP provides a Sanitizer class that provides much of the functionality you need to deal with unclean data, but it can be a pain iterating through your data before saving it.
  • Published by jharris 09/28/10 - 00:00
  • 4599 views
  • 0 comments

Dynamic thumbnails creation

By using this component, you can generate thumbnails dynamically.This component provide the following features. 1.You can generate thumbnails by giving either image width or image height and image height and image width both. 2.You can also generate thumbnails by giving scale ratio. 3.You can also generate thumbnails on output of browsers. 4.You can save your generated thumbnails on specific folders.
  • Published by santoshgroup 09/27/10 - 08:53
  • 5256 views
  • 0 comments

CustomFinds Behavior

Behavior that enables you to config custom finds at Model in order to use with Model->find();
  • Published by Danielpk 09/25/10 - 13:15
  • 6177 views
  • 3 comments

User permissions based on a routing prefix

You want to limit users to specific parts of the site, but the using ACLs seems like overkill. It's pretty simple to limit a few groups to certain parts of the site based on cake's prefix routing.
  • Published by watermark86 09/23/10 - 13:34
  • 11163 views
  • 2 comments

Password generator

Is a simple component to generate passwords automatically.
  • Published by deldan 09/22/10 - 17:07
  • 9193 views
  • 4 comments

Display TYPO3 content using CakePHP

Sometimes using TypoScript to build a website frontend is not an option. Reasons might be that you want to avoid learning this specialized configuration language. Or you might want to combine a TYPO3 backend with an existing frontend implementation. For these cases, we have created a base CakePHP implementation to access the TYPO3 tables "pages" and "tt_content" and display its content in a CakePHP generated frontend.
  • Published by olav 09/22/10 - 09:05
  • 3956 views
  • 0 comments

Session based pagination

When i was working on my project, i had to implement search functionality for my project's list. So i wanted to make use of pagination, but when i search for something, i got the result appropriate, but the pagination sort didn't work. I had this error of "undefined variable paginator". The reason for this, data is which is received by controller ($this->data) is lost afterwards. So here's the solution for it.
  • Published by avinashbangar 09/21/10 - 15:36
  • 8583 views
  • 4 comments

AJAX Helper with jQuery

AJAX Helper with jQuery. Some documentation and many examples on projects site.

The AjaxHelper utilizes the ever-popular jQuery and jQuery UI libraries for Ajax operations and client side effects.

See AJAX Helper with jQuery.
  • Published by jozek000 09/21/10 - 15:18
  • 47656 views
  • 13 comments

Robust crypt functionality for use in CakePHP

Robust and flexible data encryption functionality inside your web application is an essential part of your toolkit when developing your next fantastic webapp. The right setup can help you through situations that are troublesome and/or painful to deal with otherwise.
  • Published by ndejong 09/20/10 - 06:49
  • 6764 views
  • 0 comments

CakePHP 1.3.4 released

The CakePHP core team is proud to announce the immediate availability of CakePHP release 1.3.4. This release follows a month of effort from the team, and numerous reports from the community. Since the release of CakePHP 1.3.3 there have been 77 commits[1] and 54 tickets resolved.
  • Published by predominant 09/12/10 - 04:15
  • 29701 views
  • 6 comments