17 reputation
4
bio website
location
age
visits member for 6 months
seen 26 mins ago
stats profile views 5

Mar
12
awarded  Commentator
Mar
12
comment CakePHP access 2nd level association data
I didn't set the AppModel Containable but just the TransactionsController. As the fuelup didn't act as Containable, I didn't get no car. Now it works like a charm, thank you very much for that!
Mar
12
accepted CakePHP access 2nd level association data
Mar
11
comment CakePHP access 2nd level association data
I understand your approach and I found this solution by using the search aswell, but I cannot get it running. Where will I need to define that the fuelups should contain also their respective car?
Mar
11
awarded  Supporter
Mar
11
comment CakePHP access 2nd level association data
And to have it complete: If you want to use findById, you can use $this->Car->recursive = 2; $car = $this->Car->findById($id); to have the transaction data in the car's fuelups.
Mar
11
comment CakePHP access 2nd level association data
And it works! Thanks for saving my evening!
Mar
11
asked CakePHP access 2nd level association data
Feb
12
awarded  Student
Feb
12
asked Accessing HTML-Input field arrays in Java Servlet / Structure of the input fields
Feb
10
accepted Jquery Removed field is still available in code directly afterwards
Feb
6
comment Jquery Removed field is still available in code directly afterwards
Thanks. Changed it. And found the error. By using $('.myInputs:last').slideUp('slow').remove();, it works.
Feb
6
asked Jquery Removed field is still available in code directly afterwards
Nov
15
awarded  Scholar
Nov
15
comment SQL Period between two dates, query for every single day's average
This looks awesome, thank you!
Nov
15
comment SQL Period between two dates, query for every single day's average
Oh, I got your point. Thanks for this suggestion, I will definately try this out later for learning purposes. For instant success I prefer the solution below. Have a nice day!
Nov
15
accepted SQL Period between two dates, query for every single day's average
Nov
14
comment SQL Period between two dates, query for every single day's average
Thank you for this suggestion. I will take a look at your solution later, but I am afraid I cannot change the db-table's structure. I will maybe have to do these calculations in php and fire several queries (one per day).
Nov
14
comment SQL Period between two dates, query for every single day's average
I am running a MySQL database "mysqlnd 5.0.8-dev - 20102224 - $Revision: 310735 $". I would be happy about a general answer though, so I can imagine how that "parting" of the pariod could work. Thanks!
Nov
14
asked SQL Period between two dates, query for every single day's average