liquid_feedback_frontend

view model/member_count.lua @ 330:b91269b2a43f

Added little border around help boxes and some css code cleanup
author bsw
date Tue Feb 28 18:23:31 2012 +0100 (2012-02-28)
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