Pluf Framework

Pluf Framework Commit Details


Date:2010-05-28 02:40:14 (14 years 6 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:514a0cf78a629e0828209e65bdebc570b266f04c
Parents: f2c18d7c0ea05d41116cd1f2e5eac0ca7bd4cf6e
Message:Added a simple view to display a very basic static content.

Changes:

File differences

src/Pluf/Views.php
4747
4848
4949
50
51
52
53
54
55
56
57
58
59
60
61
5062
5163
5264
}
/**
* Simple content view.
*
* @param Request Request object
* @param array Match
* @param string Content of the page
*/
function simpleContent($request, $match, $content)
{
return new Pluf_HTTP_Response($content);
}
/**
* Log the user in.
*
* The login form is provided by the login_form.html template.

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.05212s using 13 queries.