摘要:
问题描述: Updates were rejected because the tip of your current branch is behind 情景: 在github或coding上创建项目,然后本地git init 然后没有git pull -f --all 导致github上的版本里有 阅读全文
摘要:
use app\common\User AS commonUser 这种取别名的方式, 也可以这么使用, 比如 index下的User类要继承common模块的下的User类: class User extends \app\common\controller\User { } 这里一定要在app前 阅读全文