Re: please any one can help me to convert this complex query in to cakephp

2010-05-20 Thread jmcneese
array( 'Campaign.end_date >=' => '2010-05-19', 'Campaign.end_date <=' => '2010-06-30' ) ) ) )); don't forget to put con

please any one can help me to convert this complex query in to cakephp

2010-05-20 Thread Narendra Padala
Hi All, I am new to cakephp please any one can help me to convert this complex query in to cakephp Query SELECT `c`.`campaign_id`, `c`.`supplier_id`, `c`.`brand`, `c`.`start_date`, `c`.`end_date` FRamOM `campaigns` as `c` LEFT JOIN `campaign_stores