Logs for

Page 230 of 211,260, showing 20 records out of 4,225,198 total, starting on record 4,581, ending on 4,600

# At Username Text
# Aug 8th 2008, 04:51 fourcs nothing
# Aug 8th 2008, 04:52 in-sanity hi all
# Aug 8th 2008, 04:53 pgcd fourcs: that is weird indeed...
# Aug 8th 2008, 04:53 in-sanity I get 'Array to string conversion [CORE\cake\libs\file.php, line 90]' when I set var $uses = array('ModelName');
# Aug 8th 2008, 04:53 in-sanity any ideas?
# Aug 8th 2008, 04:53 in-sanity I am using cakephp 1.2 RC2
# Aug 8th 2008, 04:54 in-sanity I set uses in app_controller.php
# Aug 8th 2008, 04:56 pgcd fourcs: try pasting this as the first line in your view:
# Aug 8th 2008, 04:56 pgcd echo $form->radio('test', array('opt1'=>'OPT1','opt2'=>'OPT2'));
# Aug 8th 2008, 04:56 pgcd and see if anything happens
# Aug 8th 2008, 04:56 pgcd fourcs: i just noticed something!
# Aug 8th 2008, 04:57 pgcd fourcs: that code you wrote is in the controller, it's not in the view
# Aug 8th 2008, 04:57 pgcd no surprise it doesn't get rendered... =)
# Aug 8th 2008, 04:58 Tosak Hey everyone. If I want the fieldset to be turned off for radio buttons in the formHelper, do I need to download a patch, or are there an option included in 1.2?
# Aug 8th 2008, 05:00 fourcs That code comes from the app/views/owners/add.ctp file.
# Aug 8th 2008, 05:01 Phally how do i set the value in find('neighbors') what previously was $value in findNeighbours()?
# Aug 8th 2008, 05:01 pgcd fourcs: you have a controller declaration in a .ctp file?
# Aug 8th 2008, 05:02 fourcs That .ctp was generated by bake
# Aug 8th 2008, 05:05 fourcs You're looking at the first file I sent, which was the owners_controller.php file.
# Aug 8th 2008, 05:05 anf6 When each of my views is rendered (despite using containable behavior) cake seems to perform a query to find the columns in EVERY table in my database causing performance to be bad. Is there a way to disable these or is it necessary?