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