If I am using CAKEphp do I need to use smartytemplates too?

cakephp, smarty

Solution

No.

Cake has its "own" templating system which uses `.ctp` files, which are just straight HTML/PHP files.

Problem

If I am using CAKEphp do I need to use smartytemplates too?

Original source