- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我找不到有关cakeError()
定义为成员函数的任何信息。 documentation仅声明该调用看起来像这样:
$this->cakeError(string $errorType [, array $parameters]);
Call to undefined method EntriesController::cakeError()
。
cakeError()
在哪里定义?
最佳答案
CakePHP 2.x:
http://book.cakephp.org/2.0/en/development/errors.html
For 2.0 Object::cakeError() has been removed. Instead it has been replaced with a number of exceptions. All of the core classes that previously called cakeError are now throwing exceptions. This lets you either choose to handle the errors in your application code, or let the built in exception handling deal with them.
关于cakephp - CakePHP cakeError()?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12440178/
我在 CakePHP 1.3 中使用单元测试。我的应用程序使用一个非常简单的 ErrorHandler 作为 taught by the book .如果出现问题,我的一个模型会调用 $this->c
我找不到有关cakeError()定义为成员函数的任何信息。 documentation仅声明该调用看起来像这样: $this->cakeError(string $errorType [, arra
我是一名优秀的程序员,十分优秀!