http://forum.akelos.org/discussion/268/
I don't use windows, so I don't know if
C:\Projects\akelos1>php tail -f log/development.log
.. is a correct terminal command. (I suspect not)
But you could look if there is a file in the /YOURAPPLICATION/log/ directory?
Sorry, my example (in the other thread) was wrong, it should be:
$post = $this->post->find($this->params['id'] , array( 'include' => 'comment') );
not plural but singular
I've found that putting $this->CONTROLLER_NAME->dbug(); inside your controller functions is useful.
since it are radiobuttons (and not checkboxes) they can have the same name, not?
<input type="radio" id="sample" name="sample" value="1" />
<input type="radio" id="sample" name="sample" value="2" />
And the variable in the controller would be (if I'm not mistaken):
$this->sample
But aren't you using a model? Because you could use:
<%= radio_button 'model', 'sample', '1' %>
<%= radio_button 'model', 'sample', '2' %>
BTW, VBharathi, could you please stop posting new questions in existing threads? This thread was on 'Error logs'.. and now it's about radiobuttons..
There's a 'Start a new discussion' link on the top left in case you might have missed it.
1 to 12 of 12