| 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.
|
Oct 18 |
comment |
CakePHP & MySQL - Using find('all') with GROUP for one field and MAX for another field Ok. Will the desired line (highest) then be fetched into the model key? |
|
Oct 17 |
asked | CakePHP & MySQL - Using find('all') with GROUP for one field and MAX for another field |
|
Oct 17 |
answered | CakePHP find with MAX |
|
Oct 17 |
comment |
Cakephp use groupby and get the highest id only That solution works and is in line with this link: "Example using GROUP BY" headline. However, in my experience, the other fields (not id) in the results array will not be from the same line for some reason, so pointless to include them. |
|
Oct 16 |
comment |
CakePHP / jQuery / JsHelper - AJAX form with elements in multiple table cells or divs Ok, inside CakePHP, is it possible to get .closest() to grab the data in the same form but which resides in another DOM element (like the above)? (Whilst still using the JsHelper) |
|
Oct 16 |
asked | CakePHP / jQuery / JsHelper - AJAX form with elements in multiple table cells or divs |
|
Oct 9 |
accepted | Allowing basic HTML in posts (inc. line breaks, no-follow links etc.) while maintaining security - CakePHP |
|
Oct 9 |
accepted | jQuery - Shorthand for multiple identical IF conditions and simultaneously matched for several elements? |
|
Oct 9 |
asked | CakePHP - Custom validation function for the Uploader plugin |
|
Oct 5 |
accepted | Webshop, Security & CakePHP |
|
Oct 5 |
asked | Allowing basic HTML in posts (inc. line breaks, no-follow links etc.) while maintaining security - CakePHP |
|
Sep 30 |
comment |
CakeEmail::viewVars - CakePHP This one works as well! |
|
Sep 30 |
accepted | CakeEmail::viewVars - CakePHP |
|
Sep 30 |
asked | CakeEmail::viewVars - CakePHP |
|
Sep 29 |
accepted | FormHelper - Pre-populated select drop-down - CakePHP |
|
Sep 28 |
asked | FormHelper - Pre-populated select drop-down - CakePHP |
|
Sep 24 |
comment |
jQuery - Shorthand for multiple identical IF conditions and simultaneously matched for several elements? Thanks for your assistance. A couple of additional follow-up questions (due to my limited experience): 1) In the first code snippet you provide, is there a curly bracket missing for the IF statement? 2) How come the second code snippet only returns "empty" once, is it because the "return false" breaks the execution of the function? The function doesn't run for each .validate element (i.e. many times)? |
|
Sep 24 |
accepted | CakePHP - Klarna API - Installing & running an external app PHP API |
|
Sep 19 |
comment |
jQuery - Shorthand for multiple identical IF conditions and simultaneously matched for several elements? Ok. I am probably wrong, but wouldn't that run each .validate element individually. So lets say 2 of 7 elements are == '' then this solution would do alert("empty") 2 times? Right? Wrong? Can I do all the checks simultaneously and always run the "// Do something" once if one or more elements == '' without checking if "// Do something" has been run before? |
|
Sep 19 |
accepted | CakePHP - Security - Image and Link Helpers |