Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 811 Bytes

cakephp-overview.rst

File metadata and controls

21 lines (15 loc) · 811 Bytes

CakePHP 概述

欢迎来到 Cookbook,它是 CakePHP web 应用程序框架的开发手册。CakePHP 框架使开发变 得轻而易举!

本手册假定你了解 PHP,并且有面向对象编程(OOP)方面的基础知识。框架中的不同功能使用 了不同的技术——例如 SQL、JavaScript 和 XML ——本手册不会讲解这些技术,而只是它们在 CakePHP 框架中是如何应用的。

.. toctree::
    :maxdepth: 1

    cakephp-overview/what-is-cakephp-why-use-it
    cakephp-overview/understanding-model-view-controller
    cakephp-overview/where-to-get-help