我在CMSmadesimple中有一个模块可以进行'注册'。注册是php中具有id user和registerstatus的类。
如何对所有用户(不仅仅是注册用户)进行总结,如果他们是否已注册,则可以进行总结。
班级(nb_persons用作注册状态)
class EventsManager_registration
{
protected $table = 'events_registrations';
protected $custom_fields = array(
'id_event'=>'',
'id_user'=>'',
'nb_persons'=>0,
'dr_reden'=>''
);
我知道如何总结这些事件 来自= $ registrations item ='registration' 但是我想用他们的注册来概括我的用户