Re: Encrypting Uploads

2014-04-01 Thread Stephen S
I have to agree with Ali, for what reason do you need to encrypt files? If it is so they cannot be accessed by guests or people without authentication like Ali mentioned, proper web server setup and delivering files via the application will be much more effective and less intensive. On 1 April 20

Re: Encrypting Uploads

2014-04-01 Thread Ali Wasif
You can do that, but I think a better approach would be to authenticate users, set access levels, so that they can view the file. If you are using Amazons S3, you can use their Authentication method. This way the file is not publicly available and can only be viewed by the owner / allowed user. -

How to load add or edit or etc in jQury

2014-04-01 Thread سید امیرمسعود حسینی
I'm know how to validate data with AJAX but i want's to load the edit and ... page in a LightBox and after the finish task redirect to the main page How can i load C R U D page in jQuery LightBox tanks for sharing your knowledge ... -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us

Re: Multi-level menu with Modified Preorder Tree Traversal

2014-04-01 Thread Marco Sbragi
Hi Sam, this is a component and helper i forked on github for this purpouse. my implementation is written to work with bootstrap 2.3 and SQLite but originally was achieved to work with superfish https://github.com/msbragi/cakemenu Original fork https://github.com/spiliot/cakemenu Actually i h

Re: Multi-level menu with Modified Preorder Tree Traversal

2014-04-01 Thread euromark
right.. :) Am Dienstag, 1. April 2014 13:04:44 UTC+2 schrieb Sam Clauw: > > Hi euromark, > > I did noticed your article, but I don't want to put the whole Tools plugin > into my system... > In fact, the most important thing is that I can code such a tree by myself > (and with soms exterial forum

Re: Multi-level menu with Modified Preorder Tree Traversal

2014-04-01 Thread Sam Clauw
Hi euromark, I did noticed your article, but I don't want to put the whole Tools plugin into my system... In fact, the most important thing is that I can code such a tree by myself (and with soms exterial forum help of course) ;) -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us

Re: Multi-level menu with Modified Preorder Tree Traversal

2014-04-01 Thread euromark
Did you see http://www.dereuromark.de/2013/02/17/cakephp-and-tree-structures/ ? Am Montag, 31. März 2014 18:16:17 UTC+2 schrieb Sam Clauw: > > Hi all, > > In this well > known example, the indention of the levels is done by some  's inste

Re: postgresql on schema update

2014-04-01 Thread gavrielh
CakePHP Schema is great stuff - but we've moved onto something a bit more robust called Ruckusing Migrations. This is not meant for CakePHP directly, would be cool to see some module within Cake or as an add on that did this, but if gives us a lot more flexibility and is well written. Check i