开发者问题收集
我有一个函数可以从数据库动态构建对象。我的类扩展了一个带有构建函数的 DBModel 类:/* Function to setup the object dynamically from database */protected function build(){global $db;if( !empty( $this->query ) ){$data_from_db = $db->raw( $t