Articles tagged with 1.2

A Super Release

By Larry E. Masters
Here in the US, the national holiday of Super Sunday has brought more than just the Super Bowl.
[Read more]

Brief Overview of the new EmailComponent

By GreyCells
It's often more practical (read: maintainable) to use the built in components and much as I like SwiftMailer, I thought it best that I investigated Cake's core EmailComponent.
[Read more]

Something Fresh

By Larry E. Masters
Get the fresh new release of CakePHP
[Read more]

Testing Models with CakePHP 1.2 test suite

By Mariano Iglesias
CakePHP test suite is a powerful environment that lets you test small to large applications testing for isolated portions of your code. It is one of the coolest additions to the 1.2 release and in this article we'll see how to use it to test our application models.
[Read more]

SimpleResults Behavior - Re-index results from findAll()

By JP Mortiboys
When returning rows from a Model::findAll() call, the result array is indexed in a certain way. This behavior allows models to return their results indexed in the same way as hasMany associations, which is more concise and (in certain circumstances) easier to parse / pass to other functions.
[Read more]

Basic Pagination Overview (1.2)

By Rob Conner
Just a basic introduction to the wonderful abilities of pagination in Cake 1.2. Gives an overview of how to use pagination to do some very complex things with very little code.
[Read more]

Advanced Pagination (1.2)

By Rob Conner
This tutorial will attempt to cover some advanced techniques of pagination. In large this will cover Ajax pagination. Hopefully we can also uncover some of the better practices and techniques to use with pagination.
[Read more]

Zip Component

By Sean Callan
I am currently building a web 2.0 implementation of Bake that allows users to create their entire application in a friendly web environment and than creates a zip on demand. I wrote this component and have been using it in my development and alpha implementations of the application.
[Read more]

Setting up Eclipse to work with Cake

By Michael McAndrew
You’re on the quest for painless PHP development. You’re using Cake and considering the goodness of Eclipse. Two great first steps.

All you need now is a little help getting to know Eclipse and configuring it for CakePHP. This tutorial gathers information already out there, adds a bit more, and puts in all in one place.
[Read more]

New CakePHP Releases

By Larry E. Masters
We have some new releases available for download. Version 1.1.18.5850 is a bug fix update to the current stable release. Version 1.2.0.5875 is the pre beta release of the current development version.
[Read more]

Attachments

By David Persson
Even though there are already good solutions out there this project tries -as usual- to make things even a bit better and to provide a documented, easy to setup and use, extensible, clean implementation of the functionality described in detail below. Plus: It should work and integrate well into the framework everyone of us loves so much.

Parts of the code is based upon or inspired by `Improved Upload Behavior` by Tane Piper, `ImageHelper` by Jon Bennet, `Attach This!` by Alex McFadyen and `Generic Upload Behavior` by Andy Dawson.
[Read more]

Testing Components with CakePHP 1.2 test suite

By Erik Sternerson
This tutorial discusses how to use the CakePHP test suit to test components. It builds upon the excellent work of Mariano Iglesias found here: http://bakery.cakephp.org/articles/view/testing-models-with-cakephp-1-2-test-suite
[Read more]