pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.07k stars 264 forks source link

Any complete documentations and easy class helpers for plugin developers ? #1652

Closed ghost closed 6 years ago

ghost commented 11 years ago

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.

sc0ttkclark commented 11 years ago

Can you explain what you mean by that you're looking to use Pods as a 'class helpers library only'?

ghost commented 11 years ago

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

sc0ttkclark commented 11 years ago

Check out http://lowgravity.pl/tag/pods/ for a few

ghost commented 11 years ago

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 :)

GaryJones commented 6 years ago

@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.