MarvinDurot Approved

Member since: 2017-01-28

Recent posts by MarvinDurot
Post When

You can also create a custom behavior for your ajax handlers and implement it in the extended contro...

Posted in How to add Ajax Handler to Extended Model

You can call the listRefresh() method (provided by the ListController behavior) in your AJAX handler...

Posted in Lists

You can!

First the nested model must use the SimpleTree or NestedTree trait.

Then write a new method...

Posted in nested select options

You can perform this by extending your model with addDynamicMethod() :

Product::extend(function($mod...

Posted in Dynamical Extending Model with static method