Welcome to the CMC blog sample

sign-in register

Benoit post test

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=0.163 ms
Execution time=3.864 ms, Total=4.027 ms
Memory max uage=0.93MB
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 AND p.id = ? order by created desc0.161 ms-1