View Single Post
  #2 (permalink)  
Old 04-07-2008, 12:35 AM
lucasm's Avatar
lucasm lucasm is offline
Junior Member
 
Join Date: Mar 2008
Location: Įguas Claras-DF, Brazil
Posts: 17
Lightbulb

Sukumar,

I missed something... Is your link wright or wrong?
I understood that you link is www.example.com/patents/teachingphilosophy but it should be www.example.com/teachingphilosophy. Did I get it?

If this is the problem, I recommend you to use the url helper (sample above).

PHP Code:
<a href="<?php echo $this->url(array('controller'=>'teachingphilosophy''action'=>'index'));?>">teachingphilosophy</a>
Using this helper avoid you write wrong links in your application.

regards,
__________________
Lucas Mauricio C. e Martins
CR Vasco da Gama, my biggest passion!

Ajude a Combater o Spam! - Help fighting spam!
Reply With Quote