• 依赖注入(PHP)

    //对象依赖注入class Girl{    public function work(){        return '会做饭&...

    140

  • 依赖注入小案例

    <?phpclass Girl{  public function hobby(){return '逛街';}}class boy{   publi...

    195

  • PDO连接数据库

    <?php //PDO对象  dsn user pass $type = 'mysql'; $host =...

    206

Release Notes

Popular this month