| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 8 months |
| seen | 10 hours ago | |
| stats | profile views | 9 |
|
Jun 14 |
awarded | Scholar |
|
Jun 14 |
awarded | Supporter |
|
Jun 14 |
accepted | CakePHP find all Statement where count entries <= setting param |
|
Jun 14 |
comment |
CakePHP find all Statement where count entries <= setting param i think its the right way :) but i get this by find in BakeryModel thank you! is there a way, to ADD this count fields to this fields i get if i don't fill 'field' key? my bakerymodel is linked with many other models and i don't know if there will be changes or new links. |
|
Jun 14 |
asked | CakePHP find all Statement where count entries <= setting param |
|
May 3 |
comment |
How to combine multiple queries in paginate i dont want to manualy set joins because this model has associations and im at beginning to create my app. i dont know if i add or del some associations. is there a way to get the full query string from model in beforeFind and exit without action? |
|
May 3 |
comment |
How to combine multiple queries in paginate i know, but there are 3 kinds of request which i want to combine to one, so i get first all results where zipcode matches, next where city matches and last all others where city and zipcode not matches in order by distance. |
|
May 3 |
asked | How to combine multiple queries in paginate |
|
Apr 29 |
asked | CakePHP options and selected values from different tables |
|
Feb 21 |
comment |
ie8 errors with positioning and z-index i uploaded this code, but edited, because i found an error bit.ly/Zjj7n6 |
|
Feb 21 |
asked | ie8 errors with positioning and z-index |
|
Feb 8 |
awarded | Editor |
|
Feb 8 |
comment |
How to work with temporary tables in CakePHP2.x ah, i had a problems with single-quotes. but saving data still not working: $this->ListTransactions->save() returns false. |
|
Feb 8 |
revised |
How to work with temporary tables in CakePHP2.x issue because single quotes |
|
Feb 8 |
asked | How to work with temporary tables in CakePHP2.x |
|
Jan 31 |
answered | Cakephp form checkbox validation error not shown, but input error |
|
Jan 30 |
asked | Cakephp form checkbox validation error not shown, but input error |
|
Jan 11 |
comment |
CakePHP no data from related model cake works only with model database, not with related databases. $this->User->find or save only act with users table, not with related accounts table |
|
Jan 10 |
comment |
CakePHP no data from related model which is just what i want? i want to find, not to save. :/ |
|
Jan 10 |
comment |
CakePHP no data from related model $this->Account->recursive = 2; has no effect, same with $this->Account->find('first', array('conditions' => array('field' => $param), 'recursive' => 2)); |