CakeDC / cakephp-api

API Plugin for CakePHP
Other
61 stars 33 forks source link

loading a component inside action #74

Closed tgoeminne closed 3 years ago

tgoeminne commented 3 years ago

Hi,

is it possible to load a component inside an action and how to do that?

I have made a component that sanitize the data, so I can reuse it.

How to load that into the action?

skie commented 3 years ago

May be better extract logic from component to generic class, and call both from Component and Action?