Re: Encryption/Decryption of data

2008-10-07 Thread titang
It sounds good, but what about if the data must be accessible by many users. For example I want to let 2 users to access the same datas with their own passphrase... Is there a simple way to do that ? Titang On Oct 8, 11:03 am, Joel Perras <[EMAIL PROTECTED]> wrote: > Simple solution:

Encryption/Decryption of data

2008-10-07 Thread titang
Hi, I would like to encrypt/decrypt data in my application regarding the following requirements: - The data will be decrypted by many users. - I dont want to keep the secret password for decrypting the data of each users in my application. Does someone have any idea about how can I do this ? And

Re: cakephp rendering

2007-06-27 Thread Titang
if ($this->RequestHandler->isAjax()){ $this->render('edit','ajax'); } if your action are called by ajax, the view will be rendered with the layout ajax Titang On 10 May, 02:58, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Sliv wrote: >

Re: Pagination in 1.2 error :(

2007-06-18 Thread Titang
Very strange, I used var $uses with many models and the paginator works very well. I dont think it is the reason of the error. Can you send your code? Titang --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "