Re: Conditional Data Validation

2013-08-09 Thread ANES P.A
Dear Kemish, URL: http://www.louiemiranda.com/2010/07/15/cakephp-validate-dependent-field-select-dropdown-input-field/ Still has problem pls share your code with me. Thanks, Anes On Fri, Aug 9, 2013 at 6:50 PM, Kemish Hendershot wrote: > I need to perform conditional data validation but am no

Conditional Data Validation

2013-08-09 Thread Kemish Hendershot
I need to perform conditional data validation but am not sure the best way to go about it. I have performed more complex validation, like verifying passwords match with a new account registration, but I need to perform validation on fields that are dependent on another field. For example, if

Re: install cakephp with on a sub-domain

2013-08-09 Thread gannher
Hello I try your solution but always 404 : The requested URL /login was not found on this server. Le vendredi 9 août 2013 18:25:59 UTC+2, Mohammad Naghavi a écrit : > > Have you tried the /var/www/client as DocumentRoot? > What is the 404 page content? > > Regards, > MN > On Aug 9, 2013 5:21 PM,

Re: install cakephp with on a sub-domain

2013-08-09 Thread Mohammad Naghavi
Have you tried the /var/www/client as DocumentRoot? What is the 404 page content? Regards, MN On Aug 9, 2013 5:21 PM, "gannher" wrote: > I have one web server. I would like run 2 website on this server. 1 > website with SPIP (already running good) and 1 website with cakephp > (problem with it).

Re: REST API with CakePHP 1.1

2013-08-09 Thread David Carr
How I wish I could. However it is not under my control. They have a complex login / authentication system that uses the company's Active Directory Server. Also all of the core cake php files are shared between all of the sites and some of them are modified. I can't upgrade my site without affect

install cakephp with on a sub-domain

2013-08-09 Thread gannher
I have one web server. I would like run 2 website on this server. 1 website with SPIP (already running good) and 1 website with cakephp (problem with it). > SPIP => /var/www/vitrine/ > > cakephp => /var/www/client/ The cakephp website is accessible by `client..eu` but when i go to this addres

Re: cakePHP Data into Google Charts

2013-08-09 Thread Sumit Rai
Hi Guys, Am building a dynamic dashboard using cakephp, mysql and google charts api. Any sample code or demo which can help me will be appreciated. Best, Sumit On Tuesday, May 29, 2012 9:21:46 AM UTC+5:30, Nikhil Agrawal wrote: > > Try making a google chart API helper which will make js code fo

Re: REST API with CakePHP 1.1

2013-08-09 Thread euromark
I highly recommend upgrading to at least 1.3 a) 1.1 is so old that none of us even remotely remember anything from that ancient period of time b) There have been many important (bug)fixes, security issues resolved and - as you mentioned - many new improvements that make your life so much easier

REST API with CakePHP 1.1

2013-08-09 Thread David Carr
I'm trying to expose some of the functionality of my site in a REST-ful way. Due to the environment set up at my company (a bunch of internal sites, all using a shared CakePHP configuration with an arcane syncing setup, etc.) I am using CakePHP 1.1. Looking at CakePHP documentation I see in v