This is the official forum, it's very simple but still usable :)
You can share code by typing 3 backticks ` followed by a syntax highlighter such as (php, js, phql, sql, javascript, css, bash, sh) and ending again with other 3 backticks:
class Welcome
{
    public static function say()
    {
        echo "hi!";
    }
}The source code is available on Github (https://github.com/phalcon/forum), please report any problems you may have
Enjoy!