Re: Initialization function on the model core

2008-08-28 Thread Rafael Bandeira aka rafaelbandeira3
Nah, sorry for being a little rude... Enjoy cake community and don't use me and nate as params - we are a little rude. - Sorry nate but you are... but I know it's your way of doing things, just like me... not everyone has soft lips! andbe sure to check my blog rafaelbandeira3.wordpress.com - and

Re: Initialization function on the model core

2008-08-28 Thread villalvilla
I work for the comunity with my group too! I don't have a blog, but all the rest of the world has one... So I think that with that rate of blogs, there will be blogs for almost every one who wants to read cool things...XD Dont worry, I think that all of us (the devs) are a little bit rude! > > r

Re: Initialization function on the model core

2008-08-28 Thread Rafael Bandeira aka rafaelbandeira3
Nah, sorry for being a little rude... Enjoy cake community and don't use me and nate as params - we are a little rude. - Sorry nate but you are... but I know it's your way of doing things, just like me... not everyone has soft lips! andbe sure to check my blog rafaelbandeira3.wordpress.com - and

Re: Initialization function on the model core

2008-08-28 Thread villalvilla
Sorry, I haven't seen your post clearly! I thought you put something like this: class xample extends appModel { var $validate = array('name' => array( 'regla1_nombre' => array(

Re: Initialization function on the model core

2008-08-28 Thread Rafael Bandeira aka rafaelbandeira3
On 28 ago, 15:46, villalvilla <[EMAIL PROTECTED]> wrote: > Wrong! > have you tried that? Yes... as with any object in PHP... > I have tried it before posting this, trust me, and due to the Model > constructor specifications it fails! > that's why i've done this hooking! Are you nuts or somethin

Re: Initialization function on the model core

2008-08-28 Thread villalvilla
thanks a lot for your response! i'll post it right now! This comunity is wonderful! regards, mike On 28 ago, 18:42, Daniel Hofstetter <[EMAIL PROTECTED]> wrote: > Hi, > > [snipped] > > > So i think it would be great for all the cake comunity to have this > > concept implementated on the next re

Re: Initialization function on the model core

2008-08-28 Thread villalvilla
Wrong! have you tried that? I have tried it before posting this, trust me, and due to the Model constructor specifications it fails! that's why i've done this hooking! Even more, if you go to the documentation page of the validation issue, it says there that you can't do the localization in the M

Re: Initialization function on the model core

2008-08-28 Thread Rafael Bandeira aka rafaelbandeira3
> > > So i think it would be great for all the cake comunity to have this > > concept implementated on the next release of cake! > > Please open an enhancement ticket for it on trac (https:// > trac.cakephp.org) so the devs can consider to add it. > I don't think it's appliable... use MyModel::__

Re: Initialization function on the model core

2008-08-28 Thread Daniel Hofstetter
Hi, [snipped] > So i think it would be great for all the cake comunity to have this > concept implementated on the next release of cake! Please open an enhancement ticket for it on trac (https:// trac.cakephp.org) so the devs can consider to add it. -- Daniel Hofstetter http://cakebaker.42dh.c

Initialization function on the model core

2008-08-28 Thread villalvilla
Hi all! I'm a cakephp developer, and i love all the great issues that cake implements for you, like auth, acls, helpers in general and so on. It's going close to ruby, this is a great effort that way! congratulations! As I'm having more and more experience, I find some things that could be improve