| bio | website | |
|---|---|---|
| location | London | |
| age | ||
| visits | member for | 11 months |
| seen | Apr 3 at 19:51 | |
| stats | profile views | 25 |
Beginner programmer who learnt PHP to build a business application.
|
Jul 4 |
comment |
Installing and using the Uploader plugin Great! Whatever happened to sharing information and helpfulness? Particularly on a topic which is poorly documented and pretty tough to digest for non-advanced users. Anyone else? |
|
Jul 4 |
asked | Installing and using the Uploader plugin |
|
Jul 3 |
answered | created modified function (default) is not working in Cakephp 1.2 version |
|
Jun 28 |
awarded | Tumbleweed |
|
Jun 27 |
comment |
CakePHP 2.1 - How to properly use DISTINCT in find() Great, thanks a lot! |
|
Jun 25 |
accepted | CakePHP 2.1 - How to properly use DISTINCT in find() |
|
Jun 25 |
comment |
CakePHP 2.1 - How to properly use DISTINCT in find() Thanks for the reply. I have CakePHP 2.1.3 and MySQL. So that wasn't the issue. However, your reply led me to think about other things than faulty syntax, but related to the model. As it turns out, the problem was that I had established a model association for the Provider model, without the model association the above syntax works fine. So Cake added the Provider.id automatically to the SQL query, is it supposed to be that way or is it a bug? I am asking since the model association effectively blocks a DISTINCT find query for the relevant model. Or maybe I missed something? |
|
Jun 25 |
comment |
CakePHP 2.1 - How to properly use DISTINCT in find() Thanks for the answer. However, using $regions = $this->Provider->find('all', array ('fields' => array('DISTINCT (provider.region) AS region'))); or $regions = $this->Provider->find('all', array ('fields' => array('DISTINCT (provider.region)'))); it doesn't pick up unique entries. Instead all rows which is not DISTINCT and not what I wanted. The resulting SQL query: SELECT DISTINCT (provider`.region), Provider.id FROM carecrowd.providers AS Provider WHERE 1 = 1`. Did I missunderstand you somehow and is my code incorrect? |
|
Jun 24 |
accepted | CakePHP 2.1 - Model Associations - Save & Find |
|
Jun 24 |
comment |
CakePHP 2.1 - Model Associations - Save & Find Thanks, as you say saveAll() seems to address the issue. I am a little unfamiliar what you mean by saving the dependencies? Am I not only saving in the main model using save()? Am I saving to two models at the same time? |
|
Jun 24 |
comment |
CakePHP 2.1 - Custom Validation Rule - Check for Unique Field Value Combination Thanks a lot! Much appreciated! |
|
Jun 24 |
comment |
CakePHP 2.1 - Custom Validation Rule - Check for Unique Field Value Combination Thanks, but how does this one work? Given the array('user_id') is passed as a static value per the answer from joshua.paling, how can I pass in fields like the user_id field you have? Also I am a little unfamiliar with the syntax above, why do you add the 'validate' => array( -line? And does this stuff go in between: public $validate = array (here's your stuff); ? |
|
Jun 24 |
accepted | CakePHP 2.1 - Custom Validation Rule - Check for Unique Field Value Combination |
|
Jun 23 |
asked | CakePHP 2.1 - Custom Validation Rule - Check for Unique Field Value Combination |
|
Jun 23 |
revised |
CakePHP 2.1 - Callback functions for JsHelper / AJAX edited title |
|
Jun 23 |
awarded | Editor |
|
Jun 23 |
revised |
CakePHP 2.1 - Model Associations - Save & Find edited title |
|
Jun 23 |
asked | CakePHP 2.1 - How to properly use DISTINCT in find() |
|
Jun 21 |
asked | CakePHP 2.1 - Callback functions for JsHelper / AJAX |
|
Jun 21 |
awarded | Student |