liquid_feedback_frontend

view model/member_count.lua @ 107:eeb167cf9dc4

add comand line admin tool

started a command line admin tool to help development.
currently supports setting login passwords and list users
author Daniel Poelzleithner <poelzi@poelzi.org>
date Sun Sep 19 01:33:23 2010 +0200 (2010-09-19)
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