Non-database fields in view

2010-01-19 Thread laceja
I need to add a few input fields to a view. I'm thinking to create the variables in the controller and then pass them to the view, but I don't really understand how to do it. If someone could offer me a short/simple example, I would appreciate it very much. Thank you. Check out the new CakePHP

CSS and CakePHP

2010-01-18 Thread laceja
I'm very new to CakePHP... this is my first CakePHP program outside of the tutorials. I'm having a problem using CSS to format a input fields. For example: echo $form-input('furnace_name', array('between' = 'span class=short200', 'label' = array('text' = 'Furnace Name:'), 'div' = false, 'after' =