Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

Which of these three methods are most used within a group of developers coding on a single server?

It seems to me, if you're working among a group of developers on a single server, using either the ini_set() within your PHP or .htaccess methods would be best rather than setting the entire server to display errors.

It would be nice if some seasoned developers could offer their insight as to what practices they find common in the workplace.

Thanks.

1 Answer

Andrew Shook
Andrew Shook
31,709 Points

Are you taking about a development server? You should never be displaying errors to users on a production site. I would personally use ini_set() and a config setting. Not that it really matters, either way you would need to change a site when you put the site into production. I just don't like working in the .htaccess