Downloads

Google Ad

CakePHP WTN Goodies

Date: Sat, Jan 30th 2010, 14:49 Author: nick share
I've been putting off this post for a while; I wanted to finish a few more of my little side projects into a nice little goodies plugin for cakePHP. However, with school, and other commitments I've decided to release what I have so far and then later edit/add-to this post as I release more tricks in my bag-o-goodies. :)

Putting the M back i...

Read More...

CakePHP Who's Online Plugin

Date: Wed, Dec 2nd 2009, 18:41 Author: nick share
Wouldn't it be handy to see how many people are on your CakePHP app at any given time? Wouldn't it be nice to actually see where they currently are in your app? With this simple CakePHP plugin -- now you can

Simple Concept...

The idea is simple; anytime someone visits your app a small database entry is created logging what their IP is and ...
Read More...

File Upload Plugin v4.0 -- Behaviors and Global Settings

Date: Fri, Nov 20th 2009, 20:37 Author: nick share
New in version 4.0 of the File Upload Plugin is a new behavior and global settings classes. As most of you who are familiar with File Upload Plugin know, it was rather odd that when you setup the FileUpload component the way you wanted in your controller you then had to set it up again in your view for the helper to send the component the right...
Read More...

Paypal IPN Plugin v3.5 -- Email and Multi Items

Date: Thu, Nov 5th 2009, 03:27 Author: nick share
I've improved upon the Paypal IPN plugin to include easy email notifications and multiple item third party cart uploads to paypal via the helper.

Migration Guide

Migrating to 3.5 from v3.0 just requires another table to handle multiple cart items. I've written a schema file to migrate for you.

Migration v3.0 to v3.5:
  1. cake schema run cre...
Read More...

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...