Hi, 

New to Cake,  hope to get some answers here.

here is my secenario, in my index.ctp file, I plan to add a new section by 
putting in a new file, let's call it 'detailview.ctp.

the problem is, there is already a file called sidebar.ctp being used in 
this index.ctp file as : $this->extend('sidebar').

what i see is, when i just add the new extension in like :

$this->extend('sidebar');
$this->extend('detailview');

the second file doesn't get inserted at all.

is this by design? what is the right way for me to add 
some modularized pieces in?

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