Re: more fields in list function

2008-02-25 Thread aniston
this helped me too ! thanks grigri PS: If you have some time quote this simple example in http://book.cakephp.org/ , I'm too new entry to explain the example. On Feb 11, 10:41 am, grigri <[EMAIL PROTECTED]> wrote: > find('list') only works with simple fields, you won't be able to do > this. > >

Re: Generate List of Full Names

2007-12-10 Thread aniston
Just an indicator that might help you, its an example on db column merging with concat http://groups.google.com/group/cake-php/msg/1a8b39d9062c21f3 (hth) aniston On Dec 11, 3:15 am, "Gould, Adrian" <[EMAIL PROTECTED]> wrote: > Problem: > > The table AUTHORS has t

Re: Looking for an example with Extjs lib

2007-11-21 Thread aniston
Thankx Hydra, will wait for your examples, in the mean time have a nice vacation wherever you are :) ..aniston On 21 Nov, 15:41, hydra12 <[EMAIL PROTECTED]> wrote: > I have used extjs with cake a few times. I'll send you some examples > later, but I'm on vacation right no

Looking for an example with Extjs lib

2007-11-21 Thread aniston
with Ext is not defined errors (trying to recreate a working sample of a standard 3x3 table) any help in howto start with this is appreciated. ciao, aniston --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PH

Re: FORM results to PDF

2007-06-15 Thread aniston
one important thing though ... when there are multiple records found the user has to go through each pdf icon for each records pdf output, sad but true. I'am at my thinking limits for now, for now i'll carry on with it like this way, if somebody wants to make some more experiments I can

Re: FORM results to PDF

2007-06-14 Thread aniston
submit('PDF');?> or is there a better/correct way ? alwalys in Cake ver 1.1 any idea why is the called page not showing up ? with debug set to 2 I still dont see any error messages except for the standard SQL report at the page bottom. regards, Aniston. --~--~-~--~--

Re: FORM results to PDF

2007-06-14 Thread aniston
s don't disappear), but I can't see neither the called page not even an error ! If i call the page manually it works and spits out the correct static pdf file, missing the dynamic data. regards, .aniston --~--~-~--~~~---~--~~ You received this message b

Re: FORM results to PDF

2007-06-14 Thread aniston
ssing the var this way $html->link($html->image('pdf.png').'PDF','/members/indexPdf/'.$this-> $nome_cercato,null,null,false); but i got no results ($nome_cercato does show correctly I verified this with debug($nome cercato) and could see the Array nicely, als

FORM results to PDF

2007-06-14 Thread aniston
y ideas suggestions are most wellcome, or probably I'm just missing some simple understanding of my own problem ;) thankx in adv. .aniston --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group

dropdown select from database record fields.

2007-04-26 Thread aniston
hello, I'm relatively new to cakePHP and already like its architecture, After going through the simple Blog sample application, I'm trying to expand a sample application that needs to find DISTINCT values in the MySQL db and present them as a dropdown selection list to the user. Till now i still