lib - Cake

    -basic.php

    -bootstrap.php

    -Cache

    -Config

    -Configure

    -Controller

    -Core

    -Error

    -Event

    -I18n

    -Log

    -Model

    -Network

    -Routing

    -Utility

    -View

下面先分析一下 basic.php

cakephp 2.0 源码解读(一)

只是定义了一些时间常量和一些函数。。

1. 函数config(filename, ...) - 是否成功的include_once 了指定的配置文件。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-11-30
  • 2021-05-24
  • 2022-12-23
  • 2021-09-28
猜你喜欢
  • 2021-07-29
  • 2021-05-17
  • 2022-01-23
  • 2022-01-09
  • 2021-05-31
  • 2021-08-30
  • 2022-12-23
相关资源
相似解决方案