CakePhp 2.x Generate tree for Tree Behavior?

2016-01-10 Thread Sam Clauw
A very simple question: is there a way to get an associative array with tree nodes build with CakePHP's Tree Behavior? I can only find a method that output an array to use in a dropdown field ... -- Like Us on FaceBook

CakePHP - no emails are being sent and there are no error messages

2016-01-10 Thread 3one5marketing
Hi, i am new to cakephp and currently working on a website that has been developed using it. As part of the site members can refer friends and family via email where their reference number is sent as part of the sign up link. These emails are not sending and there are no error messages to tell

CakePHP - $this->request->data not working

2016-01-10 Thread 3one5marketing
Hi, im having problems with accessing form data in my controller. i have an if statement that checks if $this->request->data is not empty before going further but it is showing up as empty. im not sure why it is doing this so i have add my model, view and controller files. Thanks in advance

How to set database.config infos using an consult from database postgres on CakePHP?

2016-01-10 Thread Edson Rodrigues
I want to set the database config from CakePhP 2.x with data from database Example - database.config: public $bd_test = array ( 'datasource' => 'Database/Postgres', 'persistent' => false, 'host' => 'localhost', 'login' => 'root', 'password' => 'root',