We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

What services are loaded and with what settings in FactoryDefault()?

As the title says, what services are automatically loaded and with what settings upon calling FactoryDefault()? Can't seem to find this documented.

Brilliant! Exactly what I was looking for... Don't know why I missed it. Thanks

edited Sep '16

Use var_dump($di) or kint($di)