I want to use objects(java style) in my PHP code after by instantiating objects after getting their properties from database and use them as objects from that point on. Does this work in PHP? If yes,where should I place my classes in the codeigniter directories?
$object=object_constructor($this->model_name->function_that_fetches_object_properties());