浏览代码

deprecations

Mark Scherer 10 年之前
父节点
当前提交
1e10cc67e1
共有 3 个文件被更改,包括 6 次插入0 次删除
  1. 1 0
      Controller/Component/AjaxComponent.php
  2. 1 0
      View/AjaxView.php
  3. 4 0
      View/RssView.php

+ 1 - 0
Controller/Component/AjaxComponent.php

@@ -16,6 +16,7 @@ App::uses('Component', 'Controller');
  *
  * @author Mark Scherer
  * @license http://opensource.org/licenses/mit-license.php MIT
+ * @deprecated Use https://github.com/dereuromark/cakephp-ajax/tree/2.x
  */
 class AjaxComponent extends Component {
 

+ 1 - 0
View/AjaxView.php

@@ -13,6 +13,7 @@ App::uses('View', 'View');
  *
  * @author Mark Scherer
  * @license http://opensource.org/licenses/mit-license.php MIT
+ * @deprecated Use https://github.com/dereuromark/cakephp-ajax/tree/2.x
  */
 class AjaxView extends View {
 

+ 4 - 0
View/RssView.php

@@ -34,6 +34,10 @@ App::uses('Hash', 'Utility');
  *
  * If you don't use the `_serialize` key, you will need a view. You can use extended
  * views to provide layout like functionality. This is currently not yet tested/supported.
+ *
+ * @license MIT
+ * @author Mark Scherer
+ * @deprecated Use https://github.com/dereuromark/cakephp-feed/tree/2.x
  */
 class RssView extends View {