Slashblog
[
class tree: Slashblog
] [
index: Slashblog
] [
all elements
]
Todo List
Packages:
Slashblog
Source for file loop.php
Documentation is available at
loop.php
<?php
while
(
$blog
->
MorePosts
(
))
{
?>
<div id="post">
<h2>
<?php
$blog
->
CurrentTitle
(
)
;
?>
</h2>
<?php
$blog
->
CurrentContent
(
)
;
?>
</div>
<?php
$blog
->
NextPost
(
)
;
}
?>
Documentation generated on Mon, 26 May 2008 19:59:42 +0100 by
phpDocumentor 1.4.0