How to do ...

2009-10-02 Thread Veoempleo
Hi, I'd like to have a personal link for everyuser, for example: http://mysite.com/presentation/user_xx How Could I do that? Do I have to create presentation controller? params doesn't catch user_xx whitout ":" symbol, how Could I get user_xx from controller? Thank you very much --~--~---

Auth problem. Please help

2009-09-06 Thread Veoempleo
Hello, I've configure the auth module in app_controller, and in a user view I use swfupload script to upload an image. When it is completed, it launch windows.location.reload() The module upload image and update db, BUT when the javascript launch windows.location.reload(), auth finalize session:

Auth doesn't hash password field

2009-08-21 Thread Veoempleo
Hello, I have a very simple form with username, name and password fields. But the Auth component is saving the password field without hashing it. Why? Thank you in advantage --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Authentication error

2009-08-17 Thread Veoempleo
Hello, I'm implementing a very simple authentication using Auth component. In my login.ctp view I have the two essential fields at the form: - user - password But when log the data from the view, I always get the password field in blank. Any sugestion? Thank you in advantage --~--~-~--

Web hosting company advice

2009-08-04 Thread Veoempleo
Hello, I'm developing an app with cake. Now I have the app in a web hosting of Cirtex company, but the latency is very high. What is your experience with your web hosting company? Could you advice me a web service company? Thank you in advantage --~--~-~--~~~---~--~-

Re: retrieving data from hasMany configuration

2009-07-30 Thread Veoempleo
am, brian wrote: > > > In addition to what James suggested, you should modify the Comment class: > > > class Comment extends AppModel { > >    var $name = 'Comment'; > > >    var $belongsTo = array('User'); > > > } > > > And give t

retrieving data from hasMany configuration

2009-07-29 Thread Veoempleo
Hello, I have a question after reading model developing. I have two models, user that has many comments. I define: >From Comment controller, How I could retrieve User information from Comment row? --~--~-~--~~~---~--~~ You received this message because you a

Re: App in server takes a lot of time in response

2009-07-29 Thread Veoempleo
pp. > > On Jul 29, 1:40 am, Veoempleo wrote: > > > Hello, > > > We are developing our application with phpcake. We have a very low > > response from the server, because, when we test the app from several > > browsers or places, we always get the same low respon

App in server takes a lot of time in response

2009-07-29 Thread Veoempleo
Hello, We are developing our application with phpcake. We have a very low response from the server, because, when we test the app from several browsers or places, we always get the same low response, the problem is that the server takes a lot of time with message "Waiting for response from server