renderElement in 1.3

2012-10-01 Thread Dakota
Renderelement was replaced with element() -- Like Us on FacekBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegr

Re: renderElement in 1.3

2012-10-01 Thread Ivan Rimac
I just saw my own mistake, ofc it goes without echo and php tags :) just $this->render(); sent from my Samsung Galaxy S Ivan Rimac mail: ivn...@gmail.com mob: +385 95 555 9966 Dana 1.10.2012. 10:41 "Ivan Rimac" je napisao/la: > didnt try but it should work from controllers like this $this->ren

Re: renderElement in 1.3

2012-10-01 Thread Ivan Rimac
didnt try but it should work from controllers like this render('../elements/**videos/videos_ads1', array('full' => true)) ?> 2012/10/1 Chris > hi Ivan,... > I need to render it from another directories,... like videos, groups, > etc,... > will this work... ?? or should I put videos_ad1 conte

Re: renderElement in 1.3

2012-10-01 Thread Chris
hi Ivan,... I need to render it from another directories,... like videos, groups, etc,... will this work... ?? or should I put videos_ad1 content into elements view... ?? render('elements/videos/videos_ads1', array('full' => true)) ?> On Monday, October 1, 2012 1:00:30 AM UTC-7, ivnrmc

Re: renderElement in 1.3

2012-10-01 Thread Ivan Rimac
1. // Render the element in /views/elements/ajaxreturn.ctp 2. $this->render('/elements/ajaxreturn'); 2012/10/1 Chris > hi guys,... > I had renderElement in 1.2 pre-Beta version,... now moving script to 1.3 > and it seems to me that it's not supported in 1.3 > > in a vew I have: > renderEl

renderElement in 1.3

2012-10-01 Thread Chris
hi guys,... I had renderElement in 1.2 pre-Beta version,... now moving script to 1.3 and it seems to me that it's not supported in 1.3 in a vew I have: renderElement('../videos/videos_ads1', array('full' => true)) ?> which was bringing up the page from ../views/video/video_ads1.ctp how can