liquid_feedback_frontend

view model/member_count.lua @ 280:808269b7f41c

More repositioning and optical enhancements
author bsw
date Thu Feb 16 14:08:55 2012 +0100 (2012-02-16)
parents 3bfb2fcf7ab9
children 6c29e35cbdd3
line source
1 MemberCount = mondelefant.new_class()
2 MemberCount.table = 'member_count'
4 function MemberCount:get()
5 return self:new_selector():single_object_mode():exec().total_count
6 end

Impressum / About Us