<?php /** * Posts management class * * @author Pierre HUBERT */ class Posts { } //Register component Components::register("posts", new Posts());