资 源 简 介
Typhoon is an easy to use, fast, light-weight, minimalistic, highly customizable and modular MVC based framework for rapid web application development in PHP 5.
The Typhoon framework consists of a bootstrap file (index.php) which is less than 25 lines of code, and an example controller. The framework currently requires the DOMDocument extention to read and process the XML files.
Plain XML is used for page configuration and layout templates, which are very small and easy to read and understand because they use based on common HTML terminology. Knowledge of XML, DOMDocument and XPath will be an advantage. XPath is a very powerful and flexible "language" used to query XML files. XPath is to XML what Regular Expressions are to strings.
Typhoon is a stripped down version of a framework that runs several large projects I"ve developed over the last few years, and the result of more than 10 years of experience in web application design and development.