I tried findById, with the same results.
Here's the var_dump of $this->data using either method (read or
findById):
array(7) {
["Applicant"]=>
array(32) {
["id"]=>
string(0) ""
["schoolyear_id"]=>
int(15)
["lastname"]=>
string(6) "Zoposc"
["firstname"]=>
string(5) "Oscar"
["date_entry"]=>
NULL
["date_update"]=>
NULL
["note"]=>
NULL
["status_id"]=>
NULL
["school"]=>
NULL
["grade_apply"]=>
NULL
["division_id"]=>
NULL
["application_date"]=>
NULL
["dob"]=>
NULL
["phone"]=>
NULL
["phone_m_work"]=>
NULL
["phone_f_work"]=>
NULL
["street"]=>
NULL
["city"]=>
NULL
["state"]=>
NULL
["country"]=>
NULL
["zip"]=>
NULL
["nc_parent"]=>
NULL
["nc_street"]=>
NULL
["nc_city"]=>
NULL
["nc_state"]=>
NULL
["nc_country"]=>
NULL
["nc_zip"]=>
NULL
["nickname"]=>
NULL
["sex_id"]=>
string(1) "2"
["parent"]=>
NULL
["summerdivision_id"]=>
NULL
["pmprogram_id"]=>
NULL
}
["Division"]=>
array(2) {
["id"]=>
NULL
["name"]=>
NULL
}
["Status"]=>
array(2) {
["id"]=>
NULL
["name"]=>
NULL
}
["SchoolYear"]=>
array(2) {
["id"]=>
string(2) "16"
["name"]=>
string(11) "2006 Summer"
}
["Sex"]=>
array(2) {
["id"]=>
string(1) "2"
["name"]=>
string(4) "Male"
}
["SummerDivision"]=>
array(2) {
["id"]=>
NULL
["name"]=>
NULL
}
["PMProgram"]=>
array(2) {
["id"]=>
NULL
["name"]=>
NULL
}
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---