PHP

WordPressプラグイン開発時にTwigでHTMLテンプレート化

WordPressプラグインの作り方を調べていると、管理画面やフロントの用のHTMLがクラス内に書かれていることが多いと思います。 HTMLの分量が少なければベタ書きでもかまわないのですが、分離したほうが可読性やメンテナンス性が向上するかなと思い、テンプレ…

JQuery Masonry with Zend_Paginator

PHP

When I use jQuery Masonry Infinite Scroll with Zend_Paginator, I found that the last page apper over and over again in spite of 2 pages. According to Lukas White, we have to return "404 not found" when page number is greater than the maxim…

Open Graph Protocol with Zend Framework

PHP

I dicided to use Open Graph Protocol in my Web Application using Zend Framewrok. I found Prograeference Guide here. http://framework.zend.com/manual/1.11/en/zend.view.helpers.html First, in Layout Script, doctype('XHTML1_RDFA');?> headMeta…