Extension librariesModelMethodsModel::countOn this pageModel::count Get the number of record's count Description public number Model::count() Example Controller$model = new Model(false, array( 'table' => 'cms_news', 'id' => 'news_id', 'visible' => 'visible',));$count = $model->count();