Articles tagged with view

How to use Smarty with Cake (SmartyView)

By Travis Cline
The SmartyView package sits here:
http://cakeforge.org/snippet/detail.php?type=snippet&id=6
But without some significant baking-knowledge, new users may not know how to incorporte SmartyView.
Here's how.
[Read more]

How to use SmartyHelpers with SmartyView

By Travis Cline
Direct SmartyView (http://bakery.cakephp.org/articles/view/124) usage in Cake has some limitations, the SmartyHelpers are here to help you out.
[Read more]

Adding friendly URLs to The Cake Blog Tutorial

By Mariano Iglesias
On this tutorial we'll learn how to modify The Cake Blog Tutorial to allow friendly URLs when accessing posts.
[Read more]

Country Select List Helper

By Tane Piper
If you are having users register for your site, especially a customer - you may want to know their country of residence. Instead of having to create a select list and manually enter each country - this handy helper does it for you all.

[Read more]

Using PHPTAL for templates: PhptalView class

By Daniel Kvasnicka jr.
I use PHPTAL quite a lot (believe it or not, I like XML ;) and I wanted to use it in Cake so I wrote a little PhptalView class extending Cake's View.
[Read more]

Haml: Markup Haiku

By Adeel Khan
Haml takes your gross, ugly templates and replaces them with veritable Haiku. Haml is based on one primary principal: markup should be beautiful. Check out http://haml.hamptoncatlin.com/.
[Read more]