GaryJones / Custom-Metaboxes-and-Fields-for-WordPress

Lets you easily create metaboxes with custom fields that will blow your mind.
1 stars 0 forks source link

PSR-0 Compliance Check #1

Closed GaryJones closed 12 years ago

GaryJones commented 12 years ago

A friendly ping for @rmccue, @docblox and @cweiske to please take a quick look at the autoload method in https://github.com/GaryJones/Custom-Metaboxes-and-Fields-for-WordPress/blob/trunk/Cmb.php and the classes inside https://github.com/GaryJones/Custom-Metaboxes-and-Fields-for-WordPress/tree/trunk/Cmb to confirm whether they appear to follow PSR-0 as I think they do.

Since this is for WordPress, of which the minimum required version of PHP is only 5.2.4, then no namespaces can be used.

Thank you.

rmccue commented 12 years ago

Looks PSR compliant to me!

GaryJones commented 12 years ago

That's great, thanks Ryan.

I'll leave the Issue open a bit longer in case the others want to make any other comments or suggestions about it.

cweiske commented 12 years ago

Yep, that's PSR-0 compliant.

GaryJones commented 12 years ago

Brilliant, thanks Christian.