dao->select("COUNT('*') as count")->from(TABLE_USER) ->where('deleted')->eq(0) ->fetch('count'); js::set('userCount', $userCount); js::set('userMaxCount', $userMaxCount); js::set('noticeUserCreate', str_replace('%maxcount%', $userMaxCount, $lang->user->noticeUserCreate)); ?>