Welcome to the CMC blog sample

sign-in register

Latest posts:

Benoit post test

Modified on 2018-01-10 22:02:01 by benoit
Hello, this is a post test
This program is made to show how to use CMC framework....
Powered by CMC (c) CMC Components
PHP 7.4.33
Linux devtest2 6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01) x86_64

parse time=17.393 ms
Execution time=103.377 ms, Total=120.770 ms
Memory max uage=1.06MB
SELECT p.id as id, u.id as uid, title, body, name AS author, modified FROM `posts` p INNER JOIN `user` u WHERE p.author = u.id order by created desc17.289 ms-1