<?php class UserModel extends Model { function __construct(argument) { # code... } public function getinfo(){ return "hello"; } }?> 查看完整描述