PHPonTrax
[
class tree: PHPonTrax
] [
index: PHPonTrax
] [
all elements
]
Todo List
Packages:
PHPonTrax
PHPonTraxTest
Source for file application.phtml
Documentation is available at
application.phtml
<html>
<head>
<title>PHP on Trax</title>
</head>
<body>
<?php
if
(
Session
::
isset_flash
(
'error'
))
:
?>
<font color="red">
<?php
echo
Session
::
flash
(
'error'
)
?>
</font>
<?php
elseif
(
Session
::
isset_flash
(
'notice'
))
:
?>
<font color="green">
<?php
echo
Session
::
flash
(
'notice'
)
?>
</font>
<?php
endif
;
?>
<?php
echo
$content_for_layout
?>
</body>
</html>
Documentation generated on Mon, 21 May 2007 22:28:07 -0600 by
phpDocumentor 1.3.2