<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Views on php-tips.com</title>
    <link>https://php-tips.com/tags/views/</link>
    <description>Recent content in Views on php-tips.com</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <lastBuildDate>Tue, 03 May 2011 22:15:55 +0900</lastBuildDate>
    <atom:link href="https://php-tips.com/tags/views/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CakePHPのプラグインViewを上書きする</title>
      <link>https://php-tips.com/2011/05/03/cakephp-override-plugin-views/</link>
      <pubDate>Tue, 03 May 2011 22:15:55 +0900</pubDate>
      <guid>https://php-tips.com/2011/05/03/cakephp-override-plugin-views/</guid>
      <description>&lt;p&gt;今日は軽めのネタをひとつ。&lt;/p&gt;
&lt;p&gt;CakePHP1.3では、APP側からプラグインのViewを上書きすることができます。&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://book.cakephp.org/view/1647/Overriding-plugin-views-from-inside-your-applicati&#34;&gt;Overriding plugin views from inside your application :: Plugin Views :: Plugins :: Developing with CakePHP :: The Manual :: 1.3 Collection&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>CakePHP 1.3のビューでヘルパーのコードを補完する for Eclipce PDT</title>
      <link>https://php-tips.com/2010/08/18/code-completion-in-cakephp1_3-views-for-eclipse-pdt/</link>
      <pubDate>Wed, 18 Aug 2010 10:25:53 +0900</pubDate>
      <guid>https://php-tips.com/2010/08/18/code-completion-in-cakephp1_3-views-for-eclipse-pdt/</guid>
      <description>&lt;p&gt;CakePHP 1.3になってからビューでのヘルパーの推奨される呼び出し方法が変わりました。&lt;/p&gt;
&lt;p&gt;1.3以前&lt;/p&gt;
&lt;pre class=&#34;brush: php&#34;&gt;
$html-&gt;link();
$form-&gt;input();
&lt;/pre&gt;
&lt;p&gt;1.3以降&lt;/p&gt;
&lt;pre class=&#34;brush: php&#34;&gt;
$this-&gt;Html-&gt;link();
$this-&gt;Form-&gt;input();
&lt;/pre&gt;
&lt;p&gt;コントローラとモデル・コンポーネントの呼び出し方法同様に、$this(Viewオブジェクト)の要素としてヘルパーを呼び出すようになります。
なお、以前の呼び出し方法も使えます。&lt;/p&gt;
&lt;p&gt;今回はこの新しい書き方をEclipse PDT上で補完する方法を紹介します。&lt;/p&gt;
&lt;p&gt;[ad]&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
