Using plurals in database and models

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Using plurals in database and models

Post by josh »

What about interfaces? 'implements validatable'? Or 'implements validates'? Or 'implements validate'? validatable sounds the best out loud, but isn't a word. What about you? Do you have ableiitis?
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Using plurals in database and models

Post by Eran »

Implements validation sounds best to me
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Using plurals in database and models

Post by josh »

Looking over my code it seems I tend to write 'implements Validate_Interface'
Post Reply