As the title says, what services are automatically loaded and with what settings upon calling FactoryDefault()? Can't seem to find this documented.
FactoryDefault()
Check this: https://docs.phalcon.io/en/latest/reference/di.html#factory-default-di
Check the definition in Phalcon 2.0: https://github.com/phalcon/cphalcon/blob/2.0.0/phalcon/di/factorydefault.zep#L40
Brilliant! Exactly what I was looking for... Don't know why I missed it. Thanks
Use var_dump($di) or kint($di)