Hello

do cakePHP on scaffolding use Formhelper? my forms are generated via
scaffolding...

Ajax is not in use this moment...

Here is my problem view

?php echo $form->create('User', array('controller'=>'users','action'
=> 'add'));?>

        <?php
        echo "<div id='left' class='addl'>";
        echo "<label>Name</label><br>";
        echo $form->input('name',array('label' => false));
        echo "<br>";
        echo "<label>Loginname*</label><br>";
        echo $form->input('username',array('label' => false));
        echo "<br>";
        echo "<label>Passwort*</label><br>";
        echo $form->input('password',array('label' => false));
        echo "<label>Passwort Wiederholung*</label><br>";
        echo $form->input('retry',array('type'=>'password','label'
=>false));
    ?>
<?php echo $form->end('Anlegen');?>

Where is my bug?

many greetings

Marcus Radisch
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to