Subversion-Projekte lars-tiefland.cakephp

Revision

Revision 11 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <meta name="author" content="Webagentur Niewerth">

        <title>Ohne Titel 7</title>
</head>

<body>
<h1>Add Post</h1>
<?php
echo $form->create('Post');
echo $form->input('title');
echo $form->input('body', array('rows' => '3'));
echo $form->end('Save Post');
?>
</body>
</html>