All Class related Questions

by lain | 22/03/17 | 2 Answers | Tags : PHP , acess-property-of-object , Class Views : 8270
i made PHP Class , doing some experiment with class concept . creating dynamic array which give field name and try to access property with other function in PHP , and getting Catchable fatal error getting Catchable fatal error :: Object of class could not be converted to string in PHP

Read more

by ching | 12/11/16 | 4 Answers | Tags : PHP , array , stdclass , Object , Class Views : 10050
How to convert stdClass to Array and Array to stdClass in php

Read more