Category
REST and Resource Handling with CakePHP - Paul Reinheimer
Welcome—
php|architect’s C7Y, The PHP Community Website
Popularity: unranked [?]
Popularity: unranked [?]
Debuggable Blog: Running Tests from The Commandline in CakePHP
New on the Debuggable blog today there’s this post from Tim Koschutzki about a new feature he’s contributed back to the CakePHP project. It allows you to run tests on the command line without having to worry about loading up a web interface to check your code.
It allows you to run all of the following: […]
Popularity: unranked [?]
Debuggable Blog: Unit Testing in CakePHP Part 1 - Introduction to Unit Testing
On the Debuggable blog, Tim Koschutki has posted the first part of a series looking at unit testing the CakePHP framework. This first article introduces you to the idea of unit testing to help lay the foundation for what’s to come.
So you want to read up on Unit Testing in CakePHP? That is great, testing […]
Popularity: unranked [?]
Debuggable Blog: Code Coverage Analysis soon in CakePHP - Test How Well You Test
In a new post to the Debuggable blog, Tim Koschutzki talks some about the work he’s been doing on the code coverage analysis for the upcoming CakePHP release:
There are several different kinds of criteria to code coverage. The two most important ones are line coverage (or statement coverage as wikipedia puts it) and path coverage. […]
Popularity: unranked [?]
Chris Hartjes’ Blog: Custom CakePHP 1.2 Pagination Queries
Chris Hartjes has posted some custom queries that showcase the CakePHP framework’s paginaton capabilities:
Okay, so it turns out that the paginate() method that is used to generate the data that you (oddly enough) paginate through takes the same arguments as Model::findAll(). So, if you want to use your own query, you simply create a ‘paginate’ […]
Popularity: unranked [?]
Sanisoft Blog: Theming your CakePHP apps (V1.2)
The Sanisoft blog has a quick post covering the theming of a CakePHP application (via the functionality in the core of the framework).
Despite this there are continued request for information on how to use this functionality on the list and even googling for cakephp + theme does not really return anything definitive. Once you […]
Popularity: unranked [?]
Jonathan Snook’s Blog: Password Protecting Admin Functions in CakePHP
Jonathan Snook has posted a helpful trick for CakePHP users out there looking to secure sections of their site away from “normal users” and keep it only in the hands of the admins.
I just wanted to document this for easy future reference but if you don’t want to hook up a complex user adminstration with […]
Popularity: unranked [?]
Chris Hartjes’ Blog: New CakePHP 1.2 Release Coming
Chris Hartjes has blogged about the new CakePHP release that’s on the horizon - version 1.2:
I’m certainly not the only person who has been blogging about this, but I thought I’d mention that a feature freeze is coming up for the next CakePHP 1.2 release, codenamed ‘DV’. My very modest contribution this time around is […]
Popularity: unranked [?]
C7Y: REST and Resource Handling with CakePHP
On the C7Y website, a new tutorial has been posted from Nate Abele (following his previous CakePHP-related article) covering the use of the framework to create a REST web service and manage resources inside of it.
We’re going to take these concepts [from the previous article] further and add a new one: REST. In the course […]
Popularity: unranked [?]
AskAboutPHP.com: First look at CakePHP
In a recent post to the Ask About PHP blog, there’s a quick “first look” at the CakePHP framework from a beginner’s perspective.
Finally, I found some time to take CakePHP for a spin. I’ve heard some really good things about it, and I’ve been trying to get some time to try it out. I installed […]
Popularity: unranked [?]