博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SonataEasyExtendsBundle功能包:概述
阅读量:6003 次
发布时间:2019-06-20

本文共 1026 字,大约阅读时间需要 3 分钟。

SonataEasyExtendsBundle is a prototype for generating a valid bundle structure from a Vendor Bundle. The tool is started with the simple command line: sonata:easy-extends:generate.

SonataEasyExtendsBundle 可以从供应商所提供的功能包中生成一个合法的功能包结构原型。这个工具从一个简单的命令行开始:sonata:easy-extends:generate

The command will generate:

该命令可以生成

  • all required directories for one bundle (controller, config, doctrine, views, ...)

  • 功能包所要求的全部目录(如生成controller、config、doctrine和views目录等等)

  • the mapping and entity files from those defined in the CPB. The SuperClass must be prefixed by BaseXXXXXX.

  • 在CPB中定义的映射文件和实体文件。超级类必须添加Base前缀,如BaseXXXXXX

  • the table name from the bundle name + entity name. (blog__post, where blog is the BlogBundle and Post the entity name)

  • 数据表名由功能包名+实体名组合而成(如blog__post,该表名是由BlogBundle功能包名的Blog+Post实体名组合而成

You can optionally define a --dest option to the command with the target directory for the extended bundle creation. By default, this is set to app (you should probably set it to src).

您可以定义选项 --dest 以指定扩展功能包的生成目录。该目录默认是app(当然您也可以将其设置为src)

转载地址:http://eusmx.baihongyu.com/

你可能感兴趣的文章
那些SCOM 管理包开发中遇到的坑1–Powershell scriptBlock Invoke执行结果的类型
查看>>
关于Server Sql 2008触发器的使用
查看>>
mac常见命令
查看>>
Redhat 系统相关调优参数注解
查看>>
nextus的使用
查看>>
Python自动化开发学习5-2-subprocess模块
查看>>
编程实现最小化窗口到桌面右下角图标的代码
查看>>
ELK stack实战之结合rsyslog分析系统日志(auth.log)
查看>>
网络管理工具与IT运维管理平台的差别
查看>>
五一期间安全回顾 木马威胁提升 移动设备数据泄漏受重视
查看>>
VDI序曲二十 桌面虚拟化和RemoteApp集成到SharePoint 2010里
查看>>
oracle里long类型的总结
查看>>
10种有用的CSS技巧
查看>>
服务端接口中的那些坑
查看>>
MySql like 查询 变向写法(不用like 完成like查询)
查看>>
Struts 笔记
查看>>
《C++面向对象高效编程(第2版)》——2.2 对象接口的重要性
查看>>
五个 ping 工具的使用实例
查看>>
在Linux系统下玩《炉石传说:魔兽英雄传》
查看>>
阿里数据库内核月报:2016年01月
查看>>