concat

View Paste
  1. $this->Date->find('all', array(
  2.   'contain'=>array(
  3.     'Therapist'=>array(
  4.       'fields'=>ar...
See comments... and Thanks in advance!
View Paste
  1. <?php
  2.  
  3. /**
  4.  * Autofield behavior for cakePHP
  5.  * comments, bug reports are welcome skie AT mai...
borrowed from http://cakeexplorer.wordpress.com/2007/09/10/autofield-behavior-or-how-to-add-addit...