Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「Models」に「Countries」というサブディレクトリがあり、その中には たとえば USA.phpがあり$country = new USA();ます。
$country = new USA();
include(USA.php): ストリームを開けませんでした: そのようなファイルまたはディレクトリはありません
USA.php ファイルが Models/ の直下にある場合でも、問題なく動作します。