Re: How to pass array value from one ctp file to another ctp file

2010-06-07 Thread WebbedIT
The book is your friend: http://book.cakephp.org/view/97/Elements HTH Paul. On Jun 4, 5:21 am, Narendra Padala wrote: > can u please send any working example... > > On Wed, Jun 2, 2010 at 6:56 PM, Shaz wrote: > > Use elements, you can pass values between them: > > > $this->element('whatever',

Re: How to pass array value from one ctp file to another ctp file

2010-06-03 Thread Narendra Padala
can u please send any working example... On Wed, Jun 2, 2010 at 6:56 PM, Shaz wrote: > Use elements, you can pass values between them: > > $this->element('whatever', $valuetobepassed); > > On 2 June, 13:16, Narendra Padala wrote: > > Hi flocks, > > I am, new to cake php actually i want displa

Re: How to pass array value from one ctp file to another ctp file

2010-06-02 Thread Shaz
Use elements, you can pass values between them: $this->element('whatever', $valuetobepassed); On 2 June, 13:16, Narendra Padala wrote: > Hi flocks, > I am,  new to cake php  actually i want display one report, in the down i > put the link download link for Excel. > > For that purpose , i have to

How to pass array value from one ctp file to another ctp file

2010-06-02 Thread Narendra Padala
Hi flocks, I am, new to cake php actually i want display one report, in the down i put the link download link for Excel. For that purpose , i have to display same content for report and excel, so i was set the query results in one variable rows, using that variable i was displayed the records n