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
  * @author Mark Scherer
  * @license http://opensource.org/licenses/mit-license.php MIT
  * @license http://opensource.org/licenses/mit-license.php MIT
+ * @deprecated Use https://github.com/dereuromark/cakephp-ajax/tree/2.x
  */
  */
 class AjaxComponent extends Component {
 class AjaxComponent extends Component {
 
 

+ 1 - 0
View/AjaxView.php

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