ly didnt read your post and
> thought you talked about a component
>
> On 12 Okt., 20:50, Lukar Dennig wrote:
>
> > Thanks. However if i use $this->Text->autoLinkUrls() i get: "Undefined
> > property: NewsController::$Text"...
> > its just as if th
ver() in the view.
>
> But note that autoLinkUrls() returns the string. You'll need to modify
> the value in $this->data. Either that, or use the method in your view.
>
> On Mon, Oct 12, 2009 at 9:52 AM, Lukar Dennig wrote:
>
> > Hi everyone,
>
> > im havin
Hi everyone,
im having a problem with the TextHelper and i totally dont get why...
in a nutshell my controller (based on the Blog Tutorial) looks like
this:
class NewsController extends AppController {
var $name = 'News';
var $helpers = array('Text');
function edit($id