namespace Common\Model;final class MemberModel extends Model { function __construct() { parent::__construct(); } public test($where){ return $this->where($where)->select(); }}