Skip to content

Mark Story
Syndicate content
Recent writing and musings of Mark Story
Updated: 1 hour 49 min ago

AssetCompress 0.2 released

Sat, 07/10/2010 - 23:38
Over the weekend I put some time into my AssetCompress plugin. A few remaining issues were fixed and a few new features have been added since the previous release.
Categories: Blogs

Getting familiar with PHPUnit Mocks

Thu, 06/24/2010 - 02:53
As you may or may not know CakePHP is transitioning to PHPUnit and with this transition comes a totally new Mock object interface/implementation.
Categories: Blogs

Deploying a CakePHP site with Capistrano

Sun, 05/30/2010 - 16:45
In the past I’ve used a variety of tools to deploy client sites, most often using version control. However, for my blog I’ve always used FTP. Its a pretty old-school approach, and something that I’ve been lacking the time to correct. Last weekend I finally took the plunge and figured out how to get Capistrano to deploy my site.
Categories: Blogs

CakePHP and PHPUnit

Mon, 05/17/2010 - 23:32
In the recent bakery article concerning the ongoing development of CakePHP 2.0. The already underway migration from SimpleTest to PHPUnit was introduced. I wanted to go into some of the reasons and motivations for that decision as well as explain some of the long term benefits.
Categories: Blogs

Introspecting your CakePHP application with the App class

Sun, 05/02/2010 - 21:58
Normally when people think of the App class, they think of a file loader. However, App is also able to introspect your application and provide information about the resources it contains.
Categories: Blogs

E_NOTICE is your friend

Mon, 04/19/2010 - 03:08
Errors and error reporting an important part of the development and debugging cycle. In interpreted languages, there are a number of runtime errors that can really help you debug your code. Some languages like python don’t give you a way to make the errors go away, but for better or worse PHP does.
Categories: Blogs