PHP:总结用户的对象

时间:2014-10-02 18:37:01

标签: php class object cmsmadesimple

我在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' 但是我想用他们的注册来概括我的用户

0 个答案:

没有答案