# |
Jan 29th 2014, 05:47 |
Starcraftmazter |
controller? |
# |
Jan 29th 2014, 05:47 |
Starcraftmazter |
BackEndCoder: where do i call the create function? |
# |
Jan 29th 2014, 05:46 |
BackEndCoder |
and it should work |
# |
Jan 29th 2014, 05:46 |
Starcraftmazter |
and assuming it works anything like zend |
# |
Jan 29th 2014, 05:46 |
BackEndCoder |
and follow that to make the form in your view |
# |
Jan 29th 2014, 05:46 |
BackEndCoder |
read this |
# |
Jan 29th 2014, 05:46 |
Starcraftmazter |
just reading code elsewhere on the site |
# |
Jan 29th 2014, 05:46 |
BackEndCoder |
http://book.cakephp.org/1.3/en/The-Manual/Core-Helpers/Form.html |
# |
Jan 29th 2014, 05:46 |
BackEndCoder |
bascily you are using 1.2 code ? to make a form in 1.3 |
# |
Jan 29th 2014, 05:46 |
Starcraftmazter |
nowhere |
# |
Jan 29th 2014, 05:46 |
BackEndCoder |
i mean where are you learning from ? |
# |
Jan 29th 2014, 05:46 |
Starcraftmazter |
as in view with a working form (above) |
# |
Jan 29th 2014, 05:45 |
Starcraftmazter |
what do you mean |
# |
Jan 29th 2014, 05:45 |
Starcraftmazter |
my values? |
# |
Jan 29th 2014, 05:45 |
Starcraftmazter |
http://bin.cakephp.org/view/2041193525 |
# |
Jan 29th 2014, 05:45 |
Starcraftmazter |
working view |
# |
Jan 29th 2014, 05:45 |
BackEndCoder |
the manual or blog you are copying |
# |
Jan 29th 2014, 05:45 |
BackEndCoder |
where are you getting your values from |
# |
Jan 29th 2014, 05:45 |
Starcraftmazter |
ive never worked with cake before |
# |
Jan 29th 2014, 05:45 |
Starcraftmazter |
just a form |
# |
Jan 29th 2014, 05:44 |
Starcraftmazter |
yeh |
# |
Jan 29th 2014, 05:44 |
BackEndCoder |
or another one ? |
# |
Jan 29th 2014, 05:44 |
BackEndCoder |
what are you trying to do ? the email form ? |
# |
Jan 29th 2014, 05:44 |
Starcraftmazter |
extending what? |
# |
Jan 29th 2014, 05:44 |
BackEndCoder |
so you need to make sure your extending it with the right code |
# |
Jan 29th 2014, 05:44 |
Starcraftmazter |
BackEndCoder: so what do? |
# |
Jan 29th 2014, 05:44 |
BackEndCoder |
ok so its not 2.x |
# |
Jan 29th 2014, 05:44 |
Starcraftmazter |
like the only change there |
# |
Jan 29th 2014, 05:44 |
Starcraftmazter |
beakman: that was mine :) |
# |
Jan 29th 2014, 05:44 |
Starcraftmazter |
no idea |
# |
Jan 29th 2014, 05:43 |
BackEndCoder |
cause $this->Form isn't $form |
# |
Jan 29th 2014, 05:43 |
BackEndCoder |
$this is getting confused with $form |
# |
Jan 29th 2014, 05:43 |
BackEndCoder |
ok so this is version 1.3 cake ?? |
# |
Jan 29th 2014, 05:41 |
beakman |
class="messify-the-mess" love it |
# |
Jan 29th 2014, 05:41 |
Starcraftmazter |
so idk |
# |
Jan 29th 2014, 05:41 |
Starcraftmazter |
but its working in the cms_index view |
# |
Jan 29th 2014, 05:41 |
Starcraftmazter |
which i suspect may or may not have anything to do with it |
# |
Jan 29th 2014, 05:41 |
Starcraftmazter |
when i var_dump($this), it displays a dwoo_core object |
# |
Jan 29th 2014, 05:41 |
Starcraftmazter |
http://bin.cakephp.org/view/708924716 |
# |
Jan 29th 2014, 05:40 |
BackEndCoder |
maybe the error is in the view |
# |
Jan 29th 2014, 05:40 |
BackEndCoder |
the helper looks good from the controller side |