PhilippGrashoff

Results 18 comments of PhilippGrashoff

Old content, removed

I refactored the MToM functions I have yesterday. Idea is still the same, create 1 line functions for each model like: ``` //in Student public function addLesson($lesson) { return $this->_addMToMRelation($lesson,...

needs some `$this->get($this->id_field)` instead of `$this->get('id')` definitely :)

Hi Alain, thx for the explanation. So I will add this to the Semantic UI issues as this will be the correct place then.

100% right. I always think of Persistence/UI of something that can be removed someday :)

Hi, good to see I am not the only one working with multiline. Regarding 1 and 3): I personally do not like the idea that a new record is added...

Hi, there is getHTML() method to only get HTML of view without JS. ist this issue still needed?

I assigned @abbadon1334 because I know his Trumbowyg integration is quite finished.

definitely the more sensible approach!

aaaah, avgSum and avgCount need to be arrays, as we might calculcate an avg for more than one column :)