PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
foreach(glob('/your/directory/*.php') AS $includeFile)
{
include '/your/directory/' . $includeFile;
}
EDIT| I wouldn't do that though. There's nothing wrong with including files one at a time. At least you know what you're including, and where they're included.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.