ents WHERE (name = NULL) LIMIT 1---For whatever reason it's doing the find twice. Any ideas?---
On 10/31/06, Rabbit <[EMAIL PROTECTED]> wrote:
event_behavior.rb---class EventBehavior < Behavior::Base register 'Event' description = %{} define_tags do tag '
event_behavior.rb---class EventBehavior < Behavior::Base register 'Event' description = %{} define_tags do tag 'event' do |tag| if tag.attr['find']
tag.locals.event = Event.find_by_name(tag.attr['find']) end tag.expand end tag 'event:name' do |tag|
Hi Erwan. Check out the Using Radiant wiki page:http://dev.radiantcms.org/radiant/wiki/UsingRadiantIf you have any specific questions feel free to ask. =)
- Daniel---On 10/20/06, Erwan David <[EMAIL PROTECTED]> wrote:
Is there a tutorial for radiant ?I am now in from of a site which