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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:04:27+00:00 2026-05-10T23:04:27+00:00

Every PHP programmer likely uses at least some form of a template engine and

  • 0

Every PHP programmer likely uses at least some form of a template engine and a database abstraction layer, but apart from those what extras do you consider essential or would recommend your fellow programmers try out?

  • 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-10T23:04:28+00:00Added an answer on May 10, 2026 at 11:04 pm
    1. A good framework.
      PHP has many to choose from: Zend’s, Solar, CakePHP, Symfony, Kohana. A good framework will take of most of the tedious parts of application development, allowing you to spend more time on implementing project-specific domain logic. A framework will also help enforce a consistent coding style, usually has plenty of documentation and most are very well tested and stable overall.

    2. A good IDE.
      For any serious developer a good IDE is a must. Project organization, directory navigation, code-completion and various useful extensions (for example, for file versioning systems) are all big productivity boosters. PHP has several good IDE’s including Zend Studio and PDT for Eclipse.

    3. Build system.
      Build scripts are useful for automatic repetitive tasks such as setting directory/file permissions, SVN updates, running tests and so forth before moving a project between phases (dev / staging / production). I use mainly Phing (an Ant clone) for building and deploying projects.

    4. Profiling and debugging tools.
      Those two needs are solved by same tool – xdebug, which offers improved debugging capabilities and can also generate kcachegrind reports for profiling your application. I then use webgrind to access those reports.

    5. Op-code cache.
      PHP incurs a major performance hit from its run-time complilation scheme. Op-code caches do wonders to improve on this by caching scripts in their compiled state, avoiding the overhead of compilation on cache hit. I use APC as my op-code cache when I have the opportunity.

    6. Various open-source packages.
      PHP being open-source as a language, has a long tradition of open-source development. There are many high-quality / useful packages for most common (and some uncommon) needs, which can save major development time. I’ve used wordpress and joomla as blogging platforms, HTML Purifier for sanitizing and validating HTML, minify for minifying and concatenating CSS and Javascript among others.

    7. Source file versioning.
      A must regardless of programming language. I use SVN with a tortoise client (for windows).

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

Sidebar

Ask A Question

Stats

  • Questions 82k
  • Answers 82k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer In Management Studio, select the database, right-click and select Tasks->Export… May 11, 2026 at 4:35 pm
  • Editorial Team
    Editorial Team added an answer Unfortunately not. You can make the int? (or whichever nullable… May 11, 2026 at 4:35 pm
  • Editorial Team
    Editorial Team added an answer Why 777 domain redirections? Just put: Redirect permanent / http://www.siteB.com/… May 11, 2026 at 4:35 pm

Related Questions

Often, programmers write code that generates other code. (The technical term is metaprogramming ,
edit: ok, the line: $( <?php echo('#.$_GET['item'].') ?> ).parent().show(); Is obviously and attempt to
I have built a small web application in PHP where users must first log
I'm thinking about developing online multiplayer social game. The shared state of the world

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.