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 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

Related Questions

I am working on a php program that requires javascript on every form control.
It's been a while since I've installed PHP for Windows, but every guide I've
I'm new to PHP and web development in general, but have been a programmer
Every PHP script takes at least one second to display in the browser when
I'm originally a PHP programmer and have been struggling with this for at least
As almost every programmer, I'm writing my own PHP framework for educational purposes. And
is it good, that every PHP class implements a Singleton pattern? I think, it
Every time in PHP when I make a variable such as this one: $date
I have a PHP page that I run every minute through a CRON job.
I have a html_headers.inc.php script that I want to include in every script on

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.