Hey. Here is my file loader.php :
<?php use Phalcon\Loader;
$loader = new Loader(); $loader->registerNamespaces( [ 'App\Controllers' => DIR . '/app/controllers/', 'App\Models' => DIR . '/app/models/', ] );
$loader->register();
echo $loader->isRegistered();
I receive an error:
Fatal error: Uncaught Error: Call to undefined method Phalcon\Loader::isRegistered()
framework is installed and running, I checked. what could be the problem?
there may be Russian-speaking developers who could help me understand the basics of working for a small fee?