hola GatorV y gracias por responder.....
mira lo que tengo
Código:
object(StudentRecord)#119 (17) { ["stu_num"]=> string(9) "470029898" ["stu_fname"]=> string(4) "test" ["stu_lname"]=> string(4) "test" ["stu_email"]=> string(22) "[email protected]" ["stu_username"]=> string(3) "tes" ["stu_birthdate"]=> string(19) "2007-04-18 00:00:00" ["stu_phone"]=> NULL ["stu_sex"]=> string(1) "F" ["stu_province_code"]=> string(2) "21" ["group_num"]=> string(3) "108" ["stu_municipality"]=> string(7) "Jiguani" ["stu_password"]=> string(30) "e10adc3949ba59abbe56e057f20f88" ["stu_active"]=> string(1) "1" ["stu_number"]=> string(2) "18" ["_readOnly:private"]=> bool(false) ["_connection:private"]=> object(TDbConnection)#27 (7) { ["_dsn:private"]=> string(36) "mysql:host=localhost;dbname=proyecto" ["_username:private"]=> string(4) "root" ["_password:private"]=> string(9) "xxxxx" ["_attributes:private"]=> array(0) { } ["_active:private"]=> bool(true) ["_pdo:private"]=> object(PDO)#79 (0) { } ["_e:private"]=> array(0) { } } ["_e:private"]=> array(0) { } }
si lo hago de esa forma lo que obtengo es esto
Código:
[Notice] Trying to get property of non-object
ahora si lo hago de esta forma
Código:
print_r($this->_studentDetails[0]->stu_lname) ahora si me va bien
...solo tenia que agregarle el subindice.
Muchisimas Gracias