Downloads

Google Ad

FileUpload Plugin v3.5 -- Multiple File Uploads

Date: Fri, Oct 30th 2009, 17:24 Author: nick share
The newest release of File Upload Plugin is now here -- version 3.5 and includes the much asked for multiple file Upload support through the helper and component.

First the Nitty Gritty.... API Changes


There are some API changes that are involved with this new version, but I've done my best to backport all the changes so the plugin will work...
Read More...

CakePHP Configuration Plugin

Date: Sun, Oct 11th 2009, 17:38 Author: nick share
Configuration Plugin
Version: 1.1
Author: Nick Baker
Email: nick@webtechnick.com
Website: http://www.webtechnick.com
Updates: http://www.webtechnick.com/blogs/view/223/CakePHP_Configuration_Plugin

SVN: svn co http://svn.xp-dev.com/svn/configuration-plugin configuration
BROWSE: http://projects.webtechnick.com/configuration
DOWNLOAD...
Read More...

CakePHP File Upload Plugin

Date: Sat, Aug 29th 2009, 10:47 Author: nick share
The popular FileUploadComponent is now a plugin.

Version 4.0 brings a new behavior to the plugin to round out all your file uploading needs.

Version 6.0 Security Release. Read more about it here: http://www.webtechnick.com/blogs/view/236/File_Upload_Plugin_v6_0_Security_Released

Legacy Version: Due to the new settings class and requ...
Read More...

CakePHP Combine List Fields

Date: Sat, Aug 1st 2009, 19:57 Author: nick share
A common problem with find('list') is not being able to combine multiple fields with a specific format for your drop down boxes. Not to fret, superlist comes to the rescue.

Based on teknoid's post: http://teknoid.wordpress.com/2008/09/04/findlist-with-three-or-combined-fields/

I've extended his superlist to allow for custom passed in fo...
Read More...

CakePHP SMS Component

Date: Thu, Jul 30th 2009, 02:16 Author: nick share
NOTE: The SMS Component is now apart of the WebTechNick Plugin for easy portability.

I've developed a simple free SMS gateway component based on the information provided in http://en.wikipedia.org/wiki/SMS_gateway .

This component aims to be as easy as the Email component but for text messages.

This component is in beta and only tested ...
Read More...

CakePHP Paypal IPN Plugin

Date: Sat, Jul 11th 2009, 00:00 Author: nick share
I've created a PayPal IPN (Instant Payment Notification) plugin that includes a handy helper that will build your paypal buttons for you (Checkout, Add to Cart, Subscribe, and Donate). The Paypal IPN Plugin logs, and records any transaction made through your application and is completely customizable via its config and on the fly options. The Pl...
Read More...

2.0.1: FileUploadHelper Released

Date: Wed, Apr 22nd 2009, 22:16 Author: nick share
The newest 2.0.1 release of File Upload Component now features a helper for more streamline setup and management of all your file uploading needs in CakePHP.

This new helper introduces two new features to utilize.

1) Automatic image resizing (thumbnails) for upload images (requires the GD Library). If there is no GD library present the he...
Read More...

Fetching a random database entry with cakePHP

Date: Wed, Feb 18th 2009, 17:07 Author: nick share
Using AppModel to write our wrapper findRandom function allows us to retrieve a random record from any model we choose.


  1. class AppModel extends Model {
  2.  
  3.   function findRandom(){
  4.     $this->id = null;
  5.     return $this->find('first', array('order' => 'rand()'));
  6.   }
  7. }


Since we're using AppModel which all models extend from, we can use fin...
Read More...

File Upload Component Open Source!

Date: Fri, Feb 6th 2009, 23:26 Author: nick share
NOTE: This has been repackaged into the File Upload Plugin. Please refer to http://www.webtechnick.com/blogs/view/221/CakePHP_File_Upload_Plugin for more information
Read More...

WebTechNick alive!

Date: Tue, Feb 3rd 2009, 16:29 Author: nick share
Website alive!!
Read More...
| 1 | 2 | 3 | next >