Re: CakePHP 1.3 Multiple checkbox setting div to false not working

2014-12-05 Thread zhohu517
me too, mine one not working as well!!! need someone to help On Friday, July 23, 2010 10:28:36 PM UTC+8, spheroid wrote: I am using the Tree behavior successfully but need to output to checkboxes. When I set the 'div' to false, there are still divs wrapped around each item. I've even set a

change the radios to be horizontal

2014-12-05 Thread zhohu517
https://lh5.googleusercontent.com/-kqZ_zZzTlrg/VIFVgNHPRXI/AAc/-_qCaYLWkoY/s1600/84F56212-5D30-47CC-9243-3FD4061CE582.png can someone help me make these radios to be horizontal? here is my code : echo $this-Form-input('field', array( 'before' = '--before--', 'after' = '--after--',

how to let the options arrays to be horizontal?

2014-12-05 Thread zhohu517
https://lh5.googleusercontent.com/-QQqZW6Cmd_U/VIEu-I8fV9I/AAM/T9Qi-pDXXEw/s1600/84F56212-5D30-47CC-9243-3FD4061CE582.png Here is my view , and i want to make all the options to be horizontal, can someone help me do this? here is my code: echo $this-Form-input('field', array(

Unknown Bug

2014-12-05 Thread floridacarking
Unknown bug in either setup or programming (not limited to Cake) The combination: HP 15 Touchsmart Laptop w/ Win8.1 --- Wamp Server 2.5 -- Cakephp 2.5.5 I have looked online for 2 days now. There is no solution. Originally thought it was a mod-rewrite issue. Issue is that blog

Re: how to let the options arrays to be horizontal?

2014-12-05 Thread John Andersen
Use CSS to style your radio buttons into a horizontal layout. Enjoy, John On Friday, 5 December 2014 08:05:33 UTC+2, zhoh...@gmail.com wrote: https://lh5.googleusercontent.com/-QQqZW6Cmd_U/VIEu-I8fV9I/AAM/T9Qi-pDXXEw/s1600/84F56212-5D30-47CC-9243-3FD4061CE582.png Here is my view ,

Re: CakePHP 1.3 Multiple checkbox setting div to false not working

2014-12-05 Thread John Andersen
The CakePHP book states: Disabling div output: ?php echo $this-Form-input('User.name', array('div' = false));? Please try the above, enjoy, John [snip] -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message

Re: Cake is NOT able to connect to the database. Database connection Mysql is missing, or could not be created.

2014-12-05 Thread NickABusey
The fix is to change localhost to 127.0.0.1. On Sunday, April 6, 2014 1:20:58 PM UTC-6, Akitah Blessed wrote: I am getting this same error with a fresh install of mysql. My database settings are correct but for some reason, when i try and bake a model, CakePHP brings me back Database