むずかしいことはわかりません

いろいろ書いてるみたいな

smarty

有っても仕方ないと言われそうなもの

link(__('Delete', true), array('action'=>'delete', $user['User']['dbid']), null, sprintf(__('Are you sure you want to delete # %s?', true), $user['User']['dbid'])); ?>を、なんとなーく実現したかったけどAタグ書くのが面倒だったのでプラグイン…

使い方

コントローラに $this->rssfeeds = $this->Simplepie->convert($this->Simplepie->feed('http://d.hatena.ne.jp/sato_c/rss')); $this->set ( 'rss', $this->rssfeeds ); なんて感じで書いてテストしてみました。smartyのテンプレートは、こんな感じ。 {fore…

変数の評価順序

http://www.mono-space.net/blog/php/e070411_smartytips.htm http://sky.freespace.jp/smarty/SmartyManual_2-6-7J_html/language.syntax.quotes.html何事も考えて対処してあるっていうことですね。

CakePHPでSmartyを使うとかなんとかいう話

GoogleでCakePHP Smartyで調べると出てくるところを参考にインストールしてみました。 http://d.hatena.ne.jp/zainin/20080704/1215195869 http://blog.ecworks.jp/smartyview http://blog.non-style.com/2007/02/cakephpsmarty.html >>viewに配列変換のメソ…

登録してあるキーワードを整形時に置換してみる。

いちいちURLを手で直すのが面倒なので、smartyのpluginを作ってみました。 すでにありそうなネタですので、探せばもっと高機能のものは見つかると思いますが…。 smarty の plugin に block.keyword.php を入れてください。 キーワードは連想配列で assign し…