Pluf Framework

Pluf Framework Git Source Tree


Root/apps/helloworld/Hello/Views.php

<?php
class Hello_Views
{
    public function hello($request, $match)
    {
        return new Pluf_HTTP_Response('Hello World!');
    }
}

Archive Download this file

Branches

Tags

Number of commits:
Page rendered in 0.06542s using 11 queries.