Cerberus Content Management System is a free, open source PHP-MySQL based content management system.
It has a modular architecture with modules supporting different sub-systems such as, news and articles.
It is also extensible with the addition of new modules.
文 件 列 表
Cerberus_V3_Build_1.4.8 cerberus.php Change-Log.txt diagnose.php index.php install.php License.txt Member Module Read_Me.txt robots.txt rss.php System Temporary Theme To-Do.txt TOS-PP.txt Upload Preview_1.4_0.8.jpg
SHOW FULL COLUMNS FROM `jrk_downrecords` [ RunTime:0.001641s ]
SELECT `a`.`aid`,`a`.`title`,`a`.`create_time`,`m`.`username` FROM `jrk_downrecords` `a` INNER JOIN `jrk_member` `m` ON `a`.`uid`=`m`.`id` WHERE `a`.`status` = 1 GROUP BY `a`.`aid` ORDER BY `a`.`create_time` DESC LIMIT 10 [ RunTime:0.094137s ]
SHOW FULL COLUMNS FROM `jrk_tagrecords` [ RunTime:0.001032s ]
SELECT * FROM `jrk_tagrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 20 [ RunTime:0.001174s ]
SHOW FULL COLUMNS FROM `jrk_member` [ RunTime:0.001053s ]
SELECT `id`,`username`,`userhead`,`usertime` FROM `jrk_member` WHERE `status` = 1 ORDER BY `usertime` DESC LIMIT 10 [ RunTime:0.003272s ]
SHOW FULL COLUMNS FROM `jrk_searchrecords` [ RunTime:0.001122s ]
SELECT * FROM `jrk_searchrecords` WHERE `status` = 1 ORDER BY `num` DESC LIMIT 5 [ RunTime:0.004018s ]
SELECT aid,title,count(aid) as c FROM `jrk_downrecords` GROUP BY `aid` ORDER BY `c` DESC LIMIT 10 [ RunTime:0.016843s ]
SHOW FULL COLUMNS FROM `jrk_articles` [ RunTime:0.001363s ]
UPDATE `jrk_articles` SET `hits` = 2 WHERE `id` = 102117 [ RunTime:0.014450s ]