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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:22:29+00:00 2026-06-14T14:22:29+00:00

I have two folders in my project: APPLICATION and SYSTEM. System contains folders such

  • 0

I have two folders in my project: APPLICATION and SYSTEM. System contains folders such as CONFIG, CORE, HTML, URL. Each one of them contain some sets of classes.

I use this convention: the namespace of the class mirrors its file structure – this allows me to autoload them easily.

So: \Project_Name\System\Core\Foo is placed in System/Core/Foo.php.

However, calling such a long names is not the quickest, and nicest way for users of my code. Two questions then:

  1. Is it O.K. to create a couple of empty classes with the namespace like \Project_Name? With one “use” keyword in application classes I would get rid of the problem. But as a consequence I’d get a lot of empty classes and folder structures in a strange folder in “system/”.
  2. Or maybe I should be simply using \Project_Name in every class? This however would make me push to create longer class names which would mirror the file structure, and make autoloading less understandable.

What do you think is the best way?

  • 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-06-14T14:22:30+00:00Added an answer on June 14, 2026 at 2:22 pm

    You forgot solution 3: Use aslias

    use \Project_Name\System\Core\Foo;
    use \Project_Name\System\Core\Bar as CoreBar;
    $x = new Foo;
    $y = new CoreBar;
    

    The problem with your both solutions is, that you let your laziness decide about your applications structure.

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

Sidebar

Related Questions

I have created two folders layout and layout-land with two xml files, one for
I have wrote an application that syncs two folders together. The problem with the
We have a project here which is split into two. One for Internal and
I have two different java projects (I'll call them project 1 and Project 2
I have two .ascx files in the same folder in an ASP.NET MVC project.
Have two folders with approx. 150 java property files. In a shell script, how
I have two folders, for arguments sake /Volumes/A and /Volumes/B. They are mounted network
I have two folders php and perl . They contain index.php and index.pl ,
in /usr/local i now have two mysql folders: mysql-5.1.34-osx10.5-x86 mysql-5.1.37-osx10.5-x86_64 is it possible to
I have used two GUIDs to open the folders My Computer and My Documents

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.