在使用C#脚本处理FastReport.Net的PictureObject时,我刚刚遇到了doctrine:
dbal:
# configure these for your database server
#driver: 'pdo_mysql'
#server_version: '5.6'
driver_class: App\DBAL\Driver
url: '%env(resolve:TEST_DATABASE_URL)%'
orm:
auto_generate_proxy_classes: '%kernel.debug%'
naming_strategy: doctrine.orm.naming_strategy.underscore
auto_mapping: true
mappings:
App:
is_bundle: false
type: annotation
dir: '%kernel.project_dir%/src/Entity'
prefix: 'App\Entity'
alias: App
函数,但是我找不到任何有关如何使用它的文档。
有什么解决办法吗?