根据请求的api获取class, 即需要一个Api class loader,  api格式如 xxx.xxx.xx

需要一个api 的基类,根据请求参数返回结果

弄个js客户端

接口文档及web接口测试

1233

加一个接口日志及统计收工

有需要web在线查看对象文档需求,简单测试可行

 

Phalcon的注解(Phalcon\Annotations\*)

 

Reflection
注解反射对象, 获取类方法,属性,类等的注释

常用方法, 返回 Collection, 可遍历的对象集合(Annotation)

Reflection的使用参考:

Annotation 注解类
获取单个注解的名称、参数表达式等

注解示例

 

PHP相关工具参考:

doctrine/annotations
https://github.com/doctrine/annotations

PHP反射相关接口参考:

http://php.net/manual/zh/book.reflection.php