Hello,
I have a non cake php page (not a ctp file) and I want to link to it
as follows:

http://localhost/swr/pages/SkillsMat/edit_scores.php#"Joe Blogs"

So from in the linking view file, I have the following code:
<?php echo $this->Html->link(__('Skills Matrix'), '/pages/SkillsMat/
edit_scores.php#"'.$person['Person']['full_name'].'"'); ?>

This gives an error:
Missing View

Error: The view for PagesController::display() was not found.

Error: Confirm you have created the file: C:\wamp\www\swr\View\Pages
\SkillsMat\edit_scores.php.ctp

There is no controller or view for this php file it is separate from
cake.  Is "pages" the right place to put this sort of  file?

Thanks.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to