Downloads

Google Ad

New Home - All Plugins Upgraded to 2.x

Date: Sat, Nov 2nd 2013, 05:48 Author: nick share

Has it really been a year?!

It's been a long time coming, but I've had some free time recently and have decided to dedicate that time to go through all my old plugins and upgrade them all to CakePHP 2.x if they weren't already.

All of my plugins now have a cakephp1.3 branch (for those still on 1.3) and master as the new CakePHP 2.x compliant...
Read More...

CakePHP Icing Plugin -- Versioning

Date: Thu, Oct 18th 2012, 15:14 Author: nick share
Hi all, I've been working on a catch-all CakePHP Plugin for my company with a number of coligues and I think we've developed enough to blog about some of the cooler features it offers. I'm going to go through them one at a time and post in depth on each one.
The first one I want to talk about is Versioning.

Model Versioning -- The Ability...

Read More...

Fixing PHPUnit for CakePHP 2.x testing on Mac OSX

Date: Sat, Jun 9th 2012, 02:47 Author: nick share
I ran into a very peculiar problem when trying to run my CakePHP tests on my mac the other day. I would go to run my cake test command and it would just exit immediately -- no errors, no output, nothing.

  1. [nwb@cap:~/Websites/HH/app → dev]$ cake test
  2. [nwb@cap:~/Websites/HH/app → dev]$

Odd, the rest of my shell commands worked perfectly. I...
Read More...

CakePHP CloudFiles Plugin for Rackspace CDN

Date: Fri, Mar 30th 2012, 02:28 Author: nick share
Easy interaction, file uploading/downloading/management of Rackspace's CDN service.

CakePHP, CloudFiles, and You -- The Perfect Threesome

I've had the fun task of creating an interface to the popular Rackspace Cloud Files service. If you don't know what that is, its a service that allows you to store unlimited amounts of data remotely and se...
Read More...

Converting Comments to Disqus

Date: Tue, Jan 31st 2012, 22:52 Author: nick share
Due to all the spam I've archived the current comment system and am starting to use disqus. There are a few good reasons for this. One, I can now easily monitor and approve comments. Two, you can subscribe to just the blog comments you want, and you don't have to post to subscribe to the blog comments. Three, you can actually use your favorit...
Read More...

CakePHP 2.0 + Nginx + PHP-CGI + phpMyAdmin on Mac OS X 10.7 Lion

Date: Mon, Nov 7th 2011, 15:34 Author: nick share
Setup CakePHP 2.0 nginx + php-cgi + mysql + phpmyadmin on OS X Lion

My company just bought me a new macbook and while it shouldn't have taken me as long as it did to setup my development environment for CakePHP, there were a few gotchas that I thought maybe you could learn from my mistake or perhaps correct my wrongs. So without futher adue,...
Read More...

CakePHP 2.0 Facebook Plugin [BETA]

Date: Sat, Nov 5th 2011, 23:17 Author: nick share
With the help of stefan-zh https://github.com/stefan-zh I've released a beta version of the Facebook Plugin for CakePHP 2.0. This version utilizes the latest version of FacebookSDK and is lightly tested. It's currently in its own branch. Once I've updated all my apps to 2.0 and have thoroughly tested this version I will then kick the master b...
Read More...

CakePHP Facebook Plugin -- v3.0 OAuth and Registration

Date: Mon, Aug 15th 2011, 12:40 Author: nick share

UPDATE 3


This update is now complete, all changes have been merged into master and you should update your plugins accordingly. The newest version is v3.1.1. Thank you all for your patience and continued support of the plugin.


UPDATE 2

I've forced the master branch of the plugin to be version v2.5.0 (the stable version). You can simp...
Read More...

CakePHP Database Logger Plugin

Date: Sat, Aug 13th 2011, 15:02 Author: nick share
It's been a while since I've posted, I've been doing a lot of work on various fun projects and just haven't had the time to formally post about all the cool things I've been doing. I figured with a new plugin deserves a new blog post. So, here I am -- lets talk log files and how they suck.

Log files.. more like lame files

Log files can be...
Read More...

CakePHP Facebook Screencast

Date: Thu, Jan 13th 2011, 14:47 Author: nick share
I've recently made and submitted a screencast to http://tv.cakephp.org on how to integrate Facebook into your CakePHP application.

Facebook Integration with CakePHP Screencast

http://tv.cakephp.org/video/webtechnick/2011/01/12/nick_baker_--_facebook_integration_with_cakephp

Integrating Facebook into your CakePHP application. Complete step by step from bake, Facebook application ...
Read More...