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

  • Home
  • SEARCH
  • 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 58551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:51:56+00:00 2026-05-10T17:51:56+00:00

I’m working on a custom CMS for my own use and was thinking about

  • 0

I’m working on a custom CMS for my own use and was thinking about implementing a plugin system so I could extend the code a little easier. I’m having trouble conceptualizing the architecture and layout though.

I know I could go through a few open source programs that implement similar features but this is really just academic at this point so I really don’t want to spend too much time digging through foreign code.

Does anyone have any good ideas of how to proceed? If someone could outline how some of the more popular programs do it that’d be perfect.

  • 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. 2026-05-10T17:51:57+00:00Added an answer on May 10, 2026 at 5:51 pm
    1. Define the functionality you want the plugins to plug into (ie, what will they do and over what)
    2. Define a class hierarchy on which plugins fit, like, all article mangling plugins should inherit from ArticleMangler
    3. Define a physical location for plugins, like /plugins
    4. Import all plugins present in the location
    5. Use either Decorator or Observer patterns to inject the plugin’s behavior or to notify the plugins of events occurence. Strategy might be applicable in some cases as well.

    PHP makes this fairly easy at a potential cost of making a mess if you’re not careful. I like the Observer method where plugins register themselves to a plugin manager which notify them of what happened and wait for their action to happen.

    If you don’t trust plugins then you’d have to put add controls over which events you are going to allow any plugin to register for.

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

Sidebar

Related Questions

No related questions found

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.