content/tags/php.textile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
----- :type: page :permalink: php :filters_pre: - erb :title: "Tag: php" :feed: /tags/php/ :feed_title: Tag 'php' ----- <p>8 items are tagged with <em>php</em>:</p> <ul> <% articles_tagged_with('php').each do |a| %> <%= render 'dated_article', :article => a %> <% end %> </ul> |