Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differences between this plugin and the Taxonomy_MetaData helper class #2

Closed
austinjreilly opened this issue Apr 27, 2015 · 2 comments
Labels

Comments

@austinjreilly
Copy link

Is there a compelling reason why I would use this plugin instead of the Taxonomy_MetaData helper class? In CMB2/CMB2@09d6c56, @jtsternberg writes that this is

Similar to Taxonomy_MetaData, but uses a custom table for taxonomy term meta storage.

Why would I care about using a custom table or not?

@jcchavezs
Copy link
Owner

Hi @austinjreilly,

There is a discussion you can have a look at. My point is that using a custom table is better both in scalability and "architecture" (if the term works for WordPress).

@jtsternberg
Copy link

This is actually a good discussion on the matter: http://wordpress.stackexchange.com/questions/47915/should-i-use-custom-post-types-or-a-custom-database-tables-for-plugin-developmen

First sentence:

You should be skeptical of anyone who says that there is a single "right" way. The right way depends on the situation.

There are pros/cons to both, and different projects will benefit from different solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants