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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:57:49+00:00 2026-05-11T09:57:49+00:00

I once heard it’s good to have one class with all your application constants

  • 0

I once heard it’s good to have one class with all your application constants so that you have only one location with all your constants.

I Tried to do it this way:

class constants{     define('EH_MAILER',1); } 

and

 class constants{          const EH_MAILER =1;  } 

But both ways it doesn’t work. Any suggestions?

  • 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-11T09:57:50+00:00Added an answer on May 11, 2026 at 9:57 am

    In the current version of PHP this is the way to do it:

    class constants {    const EH_MAILER = 1; }  $mailer = constants::EH_MAILER 

    http://www.php.net/manual/en/language.oop5.constants.php


    Starting with PHP 5.3 there’s better way to do it. Namespaces.

    consts.php

    <?php namespace constants const EH_MAILER = 1  ... 

    other.php

    <?php include_once(consts.php)  $mailer = \constants\EH_MAILER 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have heard that ID is unique and can only be used once in
There is nice one for java - MINA . Once I've heard that there
I have heard that Linq query write once can be run on SQL and
I have heard that it isnt good to have an async task in a
I once heard about a software that could dynamically run dotnet instructions (C#, if
I once heard a prominent scientist say, of global warming, that he didn't realize
Once I have all the files I require in a particular folder, I would
I heard references in c++ can be intitalized only once but this is giving
I have once heard a saying,we could live without linux, but we definitely could
I have heard that Java must use a JIT to be fast. This makes

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.