I found the quesry result was formed in bellow format:
array(2) {
  [0]=>
  array(4) {
    ["server"]=>
    array(1) {
      ["server_id"]=>
      string(2) "22"
    }
    ["service"]=>
    array(1) {
      ["service_id"]=>
      string(2) "12"
    }
    ["service_error_log"]=>
    array(1) {
      ["service_error_log_id"]=>
      string(1) "7"
    }
    ["error_type"]=>
    array(1) {
      ["error_type_id"]=>
      string(1) "3"
    }
  }
  [1]=>
  array(4) {
    ["server"]=>
    array(1) {
      ["server_id"]=>
      string(2) "22"
    }
    ["service"]=>
    array(1) {
      ["service_id"]=>
      string(2) "11"
    }
    ["service_error_log"]=>
    array(1) {
      ["service_error_log_id"]=>
      string(1) "6"
    }
    ["error_type"]=>
    array(1) {
      ["error_type_id"]=>
      string(1) "2"
    }
  }
}


That indicated that  maybe cake got the mysql view's source sql,and use
that sql instead?
How to aviod that?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to