Revision: 14450
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 4, 2009 11:50 by sveggiani
Initial Code
class UsersController extends AppController {
function index() {
App::import('Helper', 'Html'); // loadHelper('Html'); in CakePHP 1.1.x.x
$html = new HtmlHelper();
debug($html->link('Cake!', 'http://cakephp.org'));
}
}
Initial URL
http://cakebaker.42dh.com/2007/08/09/how-to-use-a-helper-in-a-controller/
Initial Description
Initial Title
Use a helper inside a Controller in Cakephp
Initial Tags
cakephp
Initial Language
PHP