I need my controller to be name "directory" so I can have urls for my business directory page like "mysite.com/directory"
.
But the problem is that "directory" is a predefined php class, so I cannot declare it again. It gives error
Fatal error: Cannot redeclare class Directory in C:\wamp\www\Logistica\system\application\controllers\directory.php on line 8
Ben başka bir şey benim sınıf ve denetleyicisi yeniden adlandırma ve hala URL "dizin" olabilir bir yolu var mı?