Questions tagged with perl

1 answer

0 votes

Asked by elrt, on 7/10/10 in Helpers

How to load the Formhelper in my own Helper?

Hey Guys,

I'm really getting crazy about this problem(using Cakephp 1.3.3) :

I have tried everything for hours :(

I can't use the Html/Form-helper in my own Helper called CommentHelper.

I'm loading the CommentHelper in my index.ctp like this...

3 answers

0 votes

Asked by sahoopramodkumar, on 29/8/11 in Views

remove HREF from Anchor Tag

I want to use an onClick function with no hyperlink.

For Example,

$html-link('link title', 'http://example.com', array('onclick' = "alert('hello world');"));

The above code will output as follows :

<a href="http://example.com" onClick="alert('hello...

1 answer

0 votes

Asked by ShinnRa, on 20/2/12 in Controllers

do not threat /perl-bin/ as a controller name

a have a /perl-bin/ dir in my webserwer DOCROOT dir - in the same DOCROOT dir i have cake app - and i wanted that cake to no threat /perl-bin/ as a controller name... So when there is a request to /perl-bin/something.pl i would like to see my...

<< previous next >>