Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6635251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T23:01:52+00:00 2026-05-25T23:01:52+00:00

As the title states; the way one groups classes in PHP compared to for

  • 0

As the title states; the way one groups classes in PHP compared to for example Java, is it supposed to be different? I am currently reading O’Reilly’s book OOA&D and in the chapters I’ve learned to use one class for each specific task and not one class for a grouped thing. Recently, I looked upon some code for a calendar, and the class was thousands of lines and had everything inside it that was to be used. However, this feels to me like it’s violating the point of having many objects doing one task, but seeing as PHP is web development, is it supposed to be different? E.g. monster-classes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T23:01:52+00:00Added an answer on May 25, 2026 at 11:01 pm

    Answer: use good design principles, even in PHP.

    In addition to not creating Monster classes (also known as God-classes or objects) the following patterns are worth mentioning specifically:

    • Object naming:
      • Class names should be nouns because they are objects.
      • Method names should be verbs, because they are actions.
    • Cohesion. The short-version is basically: methods do one thing and do it well.
    • Property Visibility: Variables should private unless you’ve got a dang good reason not to, and in such case, use protected. Almost always you should avoid public.
    • Use interfaces and abstractions. Almost no one uses interfaces in PHP, but they should. It means that I can write my own implementation details but still hook in with some service that uses the class.

    A somewhat outdated article on PHP design patterns that’s still worth reading but is hard on the eyes.

    Short-version:

    If you are ever relying on an array to hold a particular structure it should probably be in a class.


    An example from my life: ActiveRecord

    What if I want to build a website that does not need any particular Active Record implemenation? At the moment, I’m quite stuck once I choose an implementation because they are all so unique. If they actually implemented an ActiveRecordInterface, I would be able to swap out my actual ActiveRecordEngine if I wanted to change.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Like the title states, does anyone out there have a clear way to implement
As the title states, how expensive are Python dictionaries to handle? Creation, insertion, updating,
As the title states my Ajax call is actually causing the form to be
As the title states, I need to relace all occurrences of the $ sign
As the title states: what (if available) is the replacement for the <typeConfig />
As the title states, I have a C# console app which uses interop to
The title of the question pretty much states the problem. Is it possible?
My generic question is as the title states, is it best to load data
It has been stated that the google plus-one button works it's way up the
as the title states, I am trying to add two floats using javascript/jquery, and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.