Package Information |
Summary |
PHP Framework in PHP extension |
Maintainers |
Xinchen Hui <
laruence at php dot net >
(lead)
[details]
|
License |
PHP |
Description |
Yaf is a PHP framework similar to zend framework, which is written in c and built as PHP extension |
Homepage |
https://github.com/laruence/yaf
|
Release notes
Version 2.1.2
(beta)
|
-Added Yaf_Application::getLastErrorNo -Added Yaf_Application::getLastErrorMsg -Added Yaf_Application::clearLastError -Changed trigger ERROR to E_RECOVERABLE_ERROR, then people can use set_error_handler to catch it |