Re: Problem with year dropdown

2014-01-30 Thread Sam Clauw
Allright, thank you very much, that's the dropdown I was looking for! -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this gr

Re: What's the correct method for using Traits and Namespaces for CakePHP 2?

2014-01-30 Thread Reuben Helms
Right now, no. I was just curious. Call it professional development. I've been following the development of CakePHP 3, but have not had much time to play with it directly. So I was curious about about the namespace convention in CakePHP 3 applications, and what someone could do to ride ahead of t

Re: What's the correct method for using Traits and Namespaces for CakePHP 2?

2014-01-30 Thread José Lorenzo
Do you need to use namespaces? Otherwise you can just load the file with App::uses() On Wednesday, January 29, 2014 11:50:52 AM UTC+1, Reuben wrote: > > Does using namespaces change anything? > > Or is the App::uses just to assist with loading the appropriate file? > > Keeping in mind CakePHP 3,

Schema duality in _create()

2014-01-30 Thread Dustin Oprea
I'm having a hard time understanding the difference between the instance of the schema initialized SchemaShell::startup() and the instance passed in to SchemaShell::_create(). _create() implements both, and it's causing issues for me (one uses one connection, and one uses the other). Dustin

3.0 FormHelper branch?

2014-01-30 Thread mark_story
There isn't a specific branch right now. So far I've been focusing on splitting out each input type into separate objecta. This will allow formhelper to be more extensible and allow developers to add/change behavior without subclassing. I'm now working on another internal piece of formhelper tha