Open GoogleCodeExporter opened 9 years ago
[deleted comment]
in GController we should check for the existence of $_GET['id']
ie:
$model = (isset($_GET['id']) && is_numeric($_GET['id'])) ? $this->loadModel() :
new $classname;
Original comment by s...@moedesigns.com
on 26 Oct 2010 at 7:18
Original issue reported on code.google.com by
s...@moedesigns.com
on 25 Oct 2010 at 10:29