Re: Annoying RC3 form->input behavior, form->input produces select box despite type => text

2008-11-09 Thread Kimble
On Nov 9, 10:35 pm, Kimble <[EMAIL PROTECTED]> wrote: > echo $form->input("customer_id", array("label" => "Kundenummer:", > "type" => "text")); > > I would like this to produce a text field, but cakephp creates a >

Annoying RC3 form->input behavior, form->input produces select box despite type => text

2008-11-09 Thread Kimble
echo $form->input("customer_id", array("label" => "Kundenummer:", "type" => "text")); I would like this to produce a text field, but cakephp creates a select box filled with all the data from the customer table. Someone knows how to avoid this? --~--~-~--~~~---~--~

Problems with selv join in the latest pre-beta

2007-10-28 Thread Kimble
Models (that used to work just fine) with self joins doesnt work anymore. All controllers that use these models just gives a blank page with no error messages. var $belongsTo = array( 'Parent' => array('className' => 'Category',

Re: What's the view cache story in cake 1.2?

2007-08-14 Thread Kimble
On 13 Aug, 07:37, Geoff Ford <[EMAIL PROTECTED]> wrote: > Does the cache folder have write permissions? > > Geoff > --http://lemoncake.wordpress.com > > On Aug 13, 9:28 am, Kimble <[EMAIL PROTECTED]> wrote: > > > On 10 Aug, 17:56, "Feris Thia"

Re: What's the view cache story in cake 1.2?

2007-08-12 Thread Kimble
On 10 Aug, 17:56, "Feris Thia" <[EMAIL PROTECTED]> wrote: > Have you added : > > var $cacheAction = array( > 'Your action/view URL' => secondsofcache > ); > > in your controller ? > > for example : > > var $cacheAction = array( > 'cat/' => 21600 > ); > > Regards, > > Fe

Re: What's the view cache story in cake 1.2?

2007-08-10 Thread Kimble
Im so frustrated! I have a lot of complex views using > 100 queries. I can't publish the site before I can get the view caching stuff working. All configurations are set, tmp directory is writeable, but nothing gets cached! What can I be doing wrong? --~--~-~--~~~---

What's the view cache story in cake 1.2?

2007-08-09 Thread Kimble
I can't get view caching to work with CakePHP v1.2.0.5427alpha. DEBUG = 0 and CHECK_CACHE = true The cache helper is added to the helpers array. Has Cake ditched view caching? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo