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 Build a Simple PHP Application Wrapping Up The Project Objects

nicholas maddren
nicholas maddren
12,793 Points

Code Challenge Bug?

As you can see I am having an attempt at this code challenge:

http://content.screencast.com/users/nickmadd/folders/Jing/media/bba5f424-c893-4026-bf25-ac63b539ca15/2014-06-27_0917.png

It says in the challenge description that there is a file containing the third party library but no file is visible that contains it?

Is this a bug? I've used a few different browsers.

Thanks

2 Answers

Hey Nicholas - I think you're simply supposed to include the class.palprimechecker.php file using PHP in the main palprimes.php file, ultimately allowing you to access the code contained in class.palprimechecker.php

It should work, even though you can't actually see the file.

nicholas maddren
nicholas maddren
12,793 Points

Ahh okay thanks it confused me a little I thought it wanted me to paste the code from the file. Thanks