can load form helper

Permalink
Hi
im on Concrete5.7.2.1
i wrote this in my controller to load form helper it said Loader class is deprecated
$form=Loader::helper('form');
$this->set('form',$form);

then on my view page i wrote this
<? $form->text('color',$favorite_color,array('class'=>'form-control')); ?>
nothing loaded !!
how to load form helper ?
thanks

 

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.