Job offer in Madrid (Spain)

2008-11-19 Thread villalvilla
We are currently making our team bigger and stronger at Mercatest. So we are looking for 3 (three) analyst-programmers with proved expertise in web software development based on MVC Frameworks with PHP + Oracle, both frontend and backend over Linux platforms (Apache), as well as Oracle database

Re: Routes question (what if second pass variable is set)

2008-09-05 Thread villalvilla
look at this file in your installation: cake/tests/cases/libs/ router.test.php hope this helps... On 5 sep, 20:41, Fahad <[EMAIL PROTECTED]> wrote: > hi, > > i m developing my own blog application using cakephp and need some > help with routes. > > for example, i have 3 categories: cakephp, jquer

Cakephp sessions -> Set::extract implementation of xpath issues

2008-09-05 Thread villalvilla
Hi all! I'm working on an tool that puts cakephp, red5 streaming server and oracle together. It all works ok, but the problem are the shared sessions between cake and red5. I've configured all the parameters to have the database ready to work with cake sessions, and i can see the contents of the c

Re: Initialization function on the model core

2008-08-28 Thread villalvilla
e 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 don't > forget to catch on my typos! > > On 28 ago, 16:39, villalvilla <[EMAIL PROTECTED]>

Re: Initialization function on the model core

2008-08-28 Thread villalvilla
; Oh man, go read php.net... come on... as you can see, i thought you were telling me that it was possible to call a function in the declaration of a variable in a class Sorry for your loosed time, Rafa regards On 28 ago, 21:18, Rafael Bandeira aka rafaelbandeira3 <[EMAIL PROTECTED]> wr

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

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