Jump to content

alvin567

Members
  • Posts

    161
  • Joined

  • Last visited

Posts posted by alvin567

  1. Ok what i mean is is it possible to get all the values?

     

        $claims = $this->Claim->find('all', array(

    'recursive' => -1,

                            'order' => 'Claim.reference ASC',

    'conditions' => $conditions,

    'joins' =>

                            array('INNER JOIN renewals AS Renewal ON ( Renewal.id = Claim.renewal_id )

    ')

          ));

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.