topical media & game development
[]
readme
course(s)
preface
I
1
2
II
3
4
III
5
6
7
IV
8
9
10
V
11
12
afterthought(s)
appendix
reference(s)
example(s)
resource(s)
_
portal-cat_overview.php
<div
id="content">
<div
class="contentTitle">Latest Items in <?PHP echo
core->PageComm->getPageCommVar('cat_title'); ?>
</div>
<?PHP foreach(
core->PageComm->getPageCommVar('cat_items') as
item) { ?> <?PHP
// echo '
<pre>
',var_dump(
item),'
</pre>
'; ?>
<div
class="result">
<div
class="resultWrapper">
<img
class="left" src="<?PHP echo $item['image_url']; ?>" alt="" width="100" />
</a>
<div
class="header">
<div
class="resultTitle">
</a>
</div>
<div
class="resultRating"><!--
<strong>
* * * *
</strong>
-->
</div>
<p
class="date"><!--
<small>
10-01-2007
</small>
-->
</p>
</div>
<div
class="entry">
<p
style="margin-bottom: 35px;"><?PHP echo
item['text']; ?>
</p>
</div>
</div>
</div>
<?PHP } ?> <?PHP
/*
<table
width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td
width="676" valign="top">
<b>
Latest items in <?PHP echo
core->PageComm->getPageCommVar('cat_title'); ?>
</b>
<br>
<br>
<?PHP foreach(
core->PageComm->getPageCommVar('cat_items') as
item) { ?>
<table
width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td
height="40">
</td>
<td>
</td>
</tr>
<tr>
<td
width="125">
<img
src="<?PHP echo
item['image_url']; ?>" width="100">
</td>
<td
width="475">
<b>
<?PHP echo
item['title']; ?>
</b>
<br>
<?PHP echo
item['text']; ?>
<br>
</a>
</td>
</tr>
</table>
<?PHP } ?>
</td>
<td
width="274" valign="top">Top rated items
</td>
</tr>
</table>
*/ ?>
[]
readme
course(s)
preface
I
1
2
II
3
4
III
5
6
7
IV
8
9
10
V
11
12
afterthought(s)
appendix
reference(s)
example(s)
resource(s)
_
(C) A. Eliëns 2/9/2007
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.