我想从通知符号下拉列表中的表中获取消息列表


I want to get message list from table in notification symbol drop down

这里我有一个带有未读消息计数的通知符号,我想用下拉菜单显示消息列表,我想激发具有功能的ajax,就像当我点击消息时,消息圈将从填充表名称变为带有idmessageurl字段的通知

       <i class="fa fa-envelope-o fa-2x"></i></a></li>
        <li>
          <a href="#" data-toggle="dropdown">
            <div class="orange-count">
                <?php echo Storenotification::model()->count("store_id='.Yii::app()->session['store_id'] . "' AND IFNULL(readdate,'')='' "); 
               ?>                                                   
          </div>
         <i class="fa fa-bell-o fa-2x">
            </i>
         </a>
       <div class="dropdown-menu notification-content pull-right">
         <ul class="list-unstyled">   
           <li>
               <a href="#" class="pull-right" onclick="readdone()">
          <i class="fa fa-circle"></i>
               </a> 
           </li>
      </ul>
    </div>

在这里,我想从表中得到消息(消息是字段)列表。

请使用setData()函数将字符串显示到ckeditor:中

CKEDITOR.instances.description.setData(values.description);

如果您对此有任何进一步的疑问,请告诉我。