It may be a stupid mistake, or maybe I missed it (I should not have programmed it), and this is loading the class sequence.
, , , -, .
, glob , .
foreach ( glob( $this->classes_dir . "/*.php" ) as $class ) {
include_once $class;
}
AT_CRUD.php AT_Database.php. , php . , AT_Database AT_CRUD, .
, php AT_CRUD , AT_Database, , - , @prehfeldt .