Phalcon Indexcontroller Handler class cannot be loaded

Source: Internet
Author: User
Keywords Php phalcon


Register Namespaces in 1.loader.php
$loader->registernamespaces (


array(
    'Controllers'            => APP_PATH . $config->application->controllersDir,
    'Plugin'         => APP_PATH . $config->application->pluginsDir,
    'Library'         => APP_PATH . $config->application->libraryDir,
    'Model'         => APP_PATH . $config->application->modelsDir,
    'Forms'         => APP_PATH . $config->application->formsDir,
    'Service'         => APP_PATH . $config->application->serviceDir,
)


)->register ();



2.services.php defined in Dispatch
$di->set (' Dispatcher ', function () use ($di) {


$eventsManager = new EventsManager;

$dispatcher = new Dispatcher();
$dispatcher->setEventsManager($eventsManager);

return $dispatcher;


});



3.indexcontroller.php Code






Theoretically no problem, but dispatcher can't find all the controllers like indexcontroller.php.



Indexcontroller handler class cannot be loaded



The Debug information is:



0 [Internal function]: phalconmvcdispatcher->_throwdispatchexception (' Indexcontroller ... ', 2)



1 [internal function]: Phalcondispatcher->dispatch ()



2/users/workspace/productmanage/public/index.php (+): Phalconmvcapplication->handle ()



3 {main}



I don't know why this is so.






Reply content:



Register Namespaces in 1.loader.php
$loader->registernamespaces (


array(
    'Controllers'            => APP_PATH . $config->application->controllersDir,
    'Plugin'         => APP_PATH . $config->application->pluginsDir,
    'Library'         => APP_PATH . $config->application->libraryDir,
    'Model'         => APP_PATH . $config->application->modelsDir,
    'Forms'         => APP_PATH . $config->application->formsDir,
    'Service'         => APP_PATH . $config->application->serviceDir,
)


)->register ();



2.services.php defined in Dispatch
$di->set (' Dispatcher ', function () use ($di) {


$eventsManager = new EventsManager;

$dispatcher = new Dispatcher();
$dispatcher->setEventsManager($eventsManager);

return $dispatcher;


});



3.indexcontroller.php Code






Theoretically no problem, but dispatcher can't find all the controllers like indexcontroller.php.



Indexcontroller handler class cannot be loaded



The Debug information is:



0 [Internal function]: phalconmvcdispatcher->_throwdispatchexception (' Indexcontroller ... ', 2)



1 [internal function]: Phalcondispatcher->dispatch ()



2/users/workspace/productmanage/public/index.php (+): Phalconmvcapplication->handle ()



3 {main}



I don't know why this is so.


  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.