Re: content-based ACL

2008-06-22 Thread candesprojects
Yes, I'm interested too. I also have problems to implement the ACL. I don't know why is so hard to customize and quick use. Tks. On Jun 22, 1:44 pm, Warringer [EMAIL PROTECTED] wrote: On Jun 20, 5:33 pm, leo [EMAIL PROTECTED] wrote: I've spent a lot of time studying the ACL+auth, but I

Re: how can access the Auth info form view

2008-04-23 Thread candesprojects
And without $session-check('Auth.User.id')) there is not helper or someting that let me use $Auth-isAuthentificate and to return true or false? If not I'm thinking to create a helper for this, that user $session and get me what I want. On Apr 22, 5:43 pm, francky06l [EMAIL PROTECTED] wrote:

Re: sessions being dropped on redirect or whenever i call a new page

2008-01-14 Thread candesprojects
Great tip. I was search for an answer also. Tks, Cristian On Jan 14, 3:09 pm, djiize [EMAIL PROTECTED] wrote: there was a ticket about session regenerated for img in the page I didn't remind if it was fixed before or after the beta maybe you should try with a newer SVN code but as precedent

Re: JQuery or Prototype

2007-09-30 Thread candesprojects
I recomand you jquery. There is a Jquery helper that you can use in cake. Search on google. On Sep 30, 7:58 pm, befidled [EMAIL PROTECTED] wrote: I'm new to Cake and I know that Prototype/Scriptaculous is baked into it. I've been working a little with jQuery and was wondering if anybody has

Component for timezone

2007-09-25 Thread candesprojects
Hi, Can anyone tell me how can I make a timezone component, that can handle timezone in php4, with Cake. I'm want to make a cron job for some events that have different timezones. I need to convert the server timezone to different timezones, and taking care about the DTS. Thanks Cristian

Re: Models /HABTM references

2007-09-11 Thread candesprojects
Try directly $this-Tag-save($this-data); Of course you have to specify in the header $uses = array(...'Tag'); On Sep 11, 9:08 pm, Dave [EMAIL PROTECTED] wrote: Hi, I'm trying to do a HABTM insert using the 1.2 codebase (the current one on the homepage), and am having trouble. I have images,

How can I add the .po file in DB

2007-08-31 Thread candesprojects
I want to have the interface translation (po file) in the database, this way I can easily change it from browser, and no need for a .po editor. How can I do this with Cake? Thanks, Cristian --~--~-~--~~~---~--~~ You received this message because you are

how to use translate in controller

2007-08-30 Thread candesprojects
Hi, I've been search on the cake group but I didn't find the answer to my problem. How to use the translate feature in controller or model. I have $this-Session-setFlash('The Book has been saved'); and I want to translate the flash message. $this-Session-setFlash(_('The Book has been saved'));

the best way to send emails

2007-08-07 Thread candesprojects
HI Which is the best way to send email with Cake. I found some Components for that: http://bakery.cakephp.org/articles/view/swiftmailer-component or http://bakery.cakephp.org/articles/view/sending-email-with-phpmailer I read some pro and contra and I do not decide. Can you help me. What are you

cakephp events reminder

2007-08-01 Thread candesprojects
Hi, Please help me with ideas how can I make a events reminder with cakephp. I'm stuck on sending the emails when there is also the timezone. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post