DMZ 1.7.1 (DataMapper OverZealous Edition) |
[eluser]OverZealous[/eluser]
@Atas DMZ doesn't work with the built-in form methods, necessarily. The recommended way to use DMZ with forms it to follow this pattern: Code: $object = new Object($object_id); In view: Code: <input name="username" value="<?php echo $object->username ?>" /> This allows you to use the same code to output both the current content and the modified content. |
Welcome Guest, Not a member yet? Register Sign In |