Closed ghost closed 6 years ago
Can you explain what you mean by that you're looking to use Pods as a 'class helpers library only'?
wiki : Helper Class is a programming technique in object-oriented programming. Helper classes are a term given to classes that are used to assist in providing some functionality, though that functionality isn't the main goal of the application. so I need to use pod framework as a code library to help developing my wordpress plugin
Check out http://lowgravity.pl/tag/pods/ for a few
Ok thanks, interesting tutorials but not complete for this purpose ; I will wait for a new version of pods with class helpers available for plugin developpers if you are planning to do it on the future :)
@astroneo Pods now does have Composer and Packagist support (though it's marked as Abandoned for some reason. That would allow you to pull the code in.
Right now, there's no guarantee that classes are sufficiently isolated that you could pick one to use and not actually require most of the PHP in the plugin being loaded up as a dependency.
Since it's been a little while since the last discussion, I'll close this out for now.
Hello and thanks for your great tool for wordpress. Looking for a complete documentations for plugin developers who want to use pods framework as a class helpers library only and looking too for some easy class helpers for coding only inside my own plugin.