1 answer
0 votes
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
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
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...






