Subversion-Projekte lars-tiefland.cakephp

Revision

Revision 12 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 12 Revision 13
Zeile 13... Zeile 13...
13
<?php echo $html->link('Add Post',array('controller' => 'posts', 'action' => 'add'))?>
13
<?php echo $html->link('Add Post',array('controller' => 'posts', 'action' => 'add'))?>
14
<table>
14
<table>
15
	<tr>
15
	<tr>
16
		<th>Id</th>
16
		<th>Id</th>
17
		<th>Title</th>
17
		<th>Title</th>
-
 
18
		<th>Actions</th>
18
		<th>Created</th>
19
		<th>Created</th>
19
	</tr>
20
	</tr>
Zeile 20... Zeile 21...
20
 
21