i try to use a extbase-action to fill a select box in my tca.
"config" => Array (
"type" => "select",
"itemsProcFunc" => 'classname->function'
}
i get it to call the function, but no inject-methode was called. Whats my mistake?
I think there is no extbase bootstrap call, but how can i make it happen?
Easiest is to create a “legacy” PHP Class that calls extbase internally.