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 4625664
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T03:18:19+00:00 2026-05-22T03:18:19+00:00

Im currently developing a MVC application Framework and I have come for some advise

  • 0

Im currently developing a MVC application Framework and I have come for some advise in regards to the way I should construct my Model Layers.

The model is constructed so that each model is mapped to a table within the database for that applications, so a typical application would have

  • Configuration
  • Topics
  • Forums

and each would be mapped to there named PHP file such as app/models/configuration.php

Now the problem I am having is creating the parent database class to be able handle specific table data, for example:

class PDOModel
{
    public function __construct()
    {
        $this->__Communicator = Registry::getPDOInstance();
    }

    public function getSingle($id)
    {
         return /*Row*/;
    }

    /*Etc*/
}

And then something like this for the application model’s

class Model_Topic extends PDOModel
{
    protected $__id_column = 'id';
}

and then within my controller I can use like so:

$Topic = $this->model->topic->get(22);

But i would also like to take into considerations auto joining tables as well, are there any simple lightweight libraries about that have been tested and fit the my requirements.

Any help would be highly appreciated.

  • 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-22T03:18:19+00:00Added an answer on May 22, 2026 at 3:18 am

    Your base model class shouldn’t inherit from the database access class. Rather, it should use the database class (or mapper, who says it must always be a database?) and then provide the ORM methods (get, insert, update, etc…).

    As others have posted, you should use one of the many fine pre-built solutions. As far as looking for a lightweight ORM, others have asked this before. Here’s a link to one of those questions:

    https://stackoverflow.com/questions/1995834/looking-a-lightweight-php-orm

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

Sidebar

Related Questions

I'm currently developing an application that needs to parse some (a big file of)
I am currently developing an application using the Flashbuilder 4.5 framework and I am
I'm currently developing an application that needs to communicate with a webservice on the
I'm currently developing a small application in WPF for us at work though I'm
I am currently developing a website for an electrical company. They would like some
I'm developing my first ASP.NET MVC app and what I'd like to accomplish is
I'm developing a project using asp.net mvc. And i am saving images to database
I am currently developing an IE toolbar button in C# that is supposed to
I am currently developing a sort of wifi sniffer. To achieve that I use
I am trying to write an MVC webpage that has two drop down lists.

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.