I need to do this too. Sadly, this doesn't work in *version 2.2*. In my
index.ctp view I have a standard hyperlink like...
<?php echo "<a href='joingame.html'>Join</a>" ?>
Which renders the correct link, but when I click it I get...
*Error: **Joingame.htmlController* could not be found.
*Error: *Create the class *Joingame.htmlController* below in file:
app/Controller/Joingame.htmlController.php
How can I link to a non-CakePHP app?
On Thursday, March 29, 2012 8:59:04 AM UTC-4, Daniel wrote:
>
> Finally I worked this out. All I needed to do was to use a regular "a
> href" tag:
>
> <div class="actions">
> <h3><?php echo __('Actions'); ?></h3>
> <ul>
> ...
> <li><?php echo '<a
> href="../../../SkillsMat/edit_scores.php#'.
> $person['Person']['full_name'].'">Skills</a>'; ?> </li>
>
> ... this "gets out" of Cake.
>
>
--
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.