Encrypting Uploads

2014-03-29 Thread Ali Haris
I am working on an application which requires the uploaded files to be encrypted. The file should be decrypted while viewing inside the application. How do I achieve this with CakePHP? I know there are some security and encryption functions available in CakePHP. However I have no prior experie

SVN based comments

2008-04-15 Thread Haris
How can I build SVN based comments that'll fetch SVN details from the repository(or .svn files) and append them to the updated files/file. This is similar to what CakePHP developers do. /* SVN FILE: $Id: inflections.php 6311 2008-01-02 06:33:52Z phpnut $ */ * @filesource * @version

CakePHP console and ACL issue.

2008-04-15 Thread Haris
import to my database. Thanks, Haris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email

Re: Editing paginator URL

2008-03-27 Thread Haris
the solution proposed. > > On Wed, Mar 26, 2008 at 3:38 PM, Haris <[EMAIL PROTECTED]> wrote: > > > I have a search query that I want to append to the paginator returned > > URL. How can I append parameters to the URL? > > > > > Example:http://isharis.dnsal

Re: looking for a hosting company

2008-03-26 Thread Haris
In your own case, I would recommend you to stay away from dreamhost aka nightmarehost. On Mar 26, 11:16 pm, Zoltan <[EMAIL PROTECTED]> wrote: > Thanks for all the recommendations, looks like the company I'm doing > this for decided DreamHost was fine for now. > > Zoltanwww.nachogrid.ca > > On Mar

Editing paginator URL

2008-03-26 Thread Haris
I have a search query that I want to append to the paginator returned URL. How can I append parameters to the URL? Example: http://isharis.dnsalias.com/songs/search/page:2/relevance/?search=Red%20Jumpsuit http://bin.cakephp.org/view/1344185837 --~--~-~--~~~---~--~--