首页 后端开发 php教程 Doctrine248 命令行工具生成yml/xml/entities

Doctrine248 命令行工具生成yml/xml/entities

Jul 29, 2016 am 08:58 AM
convert database doctrine entities

Doctrine2压缩包的tools目录用来做一些命令行工作。这里主要说一下通过tools,把数据库的表结构自动生成yml/xml/entities,原因是写那些东西太浪费时间了有木有。

1.通过Doctrine 的orm:convert-mapping命令生成xml/yml

Usage:
  orm:convert-mapping [options] [--] <to-type> <dest-path>
  orm:convert:mapping

Arguments:
  to-type                        The mapping type to be converted.
  dest-path                      The path to generate your entities classes.

Options:
      --filter=FILTER            A string pattern used to match entities that should be processed. (multiple values allowed)
      --force                    Force to overwrite existing mapping files.
      --from-database            Whether or not to convert mapping information from existing database.
      --extend[=EXTEND]          Defines a base class to be extended by generated entity classes.
      --num-spaces[=NUM-SPACES]  Defines the number of indentation spaces [default: 4]
      --namespace[=NAMESPACE]    Defines a namespace for the generated entity classes, if converted from database.
  -h, --help                     Display this help message
  -q, --quiet                    Do not output any message
  -V, --version                  Display this application version
      --ansi                     Force ANSI output
      --no-ansi                  Disable ANSI output
  -n, --no-interaction           Do not ask any interactive question
  -v|vv|vvv, --verbose           Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
 Convert mapping information between supported formats.
 
 This is an execute one-time command. It should not be necessary for
 you to call this method multiple times, especially when using the --from-database
 flag.
 
 Converting an existing database schema into mapping files only solves about 70-80%
 of the necessary mapping information. Additionally the detection from an existing
 database cannot detect inverse associations, inheritance types,
 entities with foreign keys as primary keys and many of the
 semantical operations on associations such as cascade.
 
 Hint: There is no need to convert YAML or XML mapping files to annotations
 every time you make changes. All mapping drivers are first class citizens
 in Doctrine 2 and can be used as runtime mapping for the ORM.
 
 Hint: If you have a database with tables that should not be managed
 by the ORM, you can use a DBAL functionality to filter the tables and sequences down
 on a global level:
 
     $config->setFilterSchemaAssetsExpression($regexp);</dest-path></to-type>
登录后复制

上面是help,下面来一个实例

/var/www/doctrine$ php vendor/bin/doctrine orm:convert-mapping xml config/xml/ --from-database
登录后复制

 这里linux上执行的命令,先cd到/var/www/doctrine下面(有的菜鸟问了,cd是个什么东东,为毛是这个目录~~cd是什么呢,拜拜,这种问题百度去。为什么是这个目录呢,这是项目文件夹,总之这下面就有doctrine的包了)。前面命令省略解释,解释后面的“xml”意思是生成的文件类型,“config/xml/”是xml存放目录 ,--from-database的意思是从数据库生成。

2.生成yml了,然后就要生成entities了

/var/www/doctrine$ php vendor/bin/doctrine orm:generate-entities src/ --regenerate-entities
登录后复制

 这个简单,我的entities放在/var/www/doctrine/src下面,纯粹测试用,后期架构会变化的

要先生成yml再生成entities,无法直接生成entities,反正我没成功,可能操作问题?

PHP ORM这个文章太少了,因为这个不常用,说白了PHP ORM卵用不大,纯粹方便

以上就介绍了Doctrine248 命令行工具生成yml/xml/entities,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover

AI Clothes Remover

用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool

Undress AI Tool

免费脱衣服图片

Clothoff.io

Clothoff.io

AI脱衣机

AI Hentai Generator

AI Hentai Generator

免费生成ai无尽的。

热门文章

仓库:如何复兴队友
1 个月前 By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.能量晶体解释及其做什么(黄色晶体)
2 周前 By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island冒险:如何获得巨型种子
1 个月前 By 尊渡假赌尊渡假赌尊渡假赌

热工具

记事本++7.3.1

记事本++7.3.1

好用且免费的代码编辑器

SublimeText3汉化版

SublimeText3汉化版

中文版,非常好用

禅工作室 13.0.1

禅工作室 13.0.1

功能强大的PHP集成开发环境

Dreamweaver CS6

Dreamweaver CS6

视觉化网页开发工具

SublimeText3 Mac版

SublimeText3 Mac版

神级代码编辑软件(SublimeText3)

discuz database error怎么解决 discuz database error怎么解决 Nov 20, 2023 am 10:10 AM

discuz database error的解决办法有:1、检查数据库配置;2、确保数据库服务器正在运行;3、检查数据库表状态;4、备份数据;5、清理缓存;6、重新安装Discuz;7、检查服务器资源;8、联系Discuz官方支持。解决Discuz数据库错误需要从多个方面入手,逐步排查问题原因,并采取相应的措施进行修复。

泄漏揭示了英特尔 Arrow Lake-U、-H、-HX 和 -S 的关键规格 泄漏揭示了英特尔 Arrow Lake-U、-H、-HX 和 -S 的关键规格 Jun 15, 2024 pm 09:49 PM

英特尔ArrowLake预计将基于与LunarLake相同的处理器架构,这意味着英特尔全新的LionCove性能核心将与经济的Skymont效率核心相结合。而LunarLake仅作为ava推出

误用html entities函数引发的漏洞怎么解决 误用html entities函数引发的漏洞怎么解决 May 12, 2023 pm 02:13 PM

题目代码如下:漏洞解析:根据题目意思,这里考察的应该是个xss漏洞,漏洞触发点应该在代码中的第13-14行。这两行代码的作用是直接输出一个html的标签。代码中的第3-5行,foreach循环对$_GET传入的参数进行了处理,但是这里有个问题。我们看下第四行的代码,这行代码针对$value进行类型转换,强制变成int类型。但是这部分代码只处理了$value变量,没针对$key变量进行处理。经过了第3-5行的代码处理之后,根据&这个符号进行分割,然后拼接到第13行的echo语句中,在输出的

Can't drop database 'database_name'; database doesn't exist - 如何解决MySQL报错:无法删除数据库,数据库不存在 Can't drop database 'database_name'; database doesn't exist - 如何解决MySQL报错:无法删除数据库,数据库不存在 Oct 05, 2023 am 11:46 AM

如何解决MySQL报错:无法删除数据库,数据库不存在概述:MySQL是一种常用的关系型数据库管理系统。在使用MySQL中,我们经常需要对数据库进行管理,包括创建数据库、删除数据库等操作。然而,在删除数据库时,有时候会遇到报错提示"Can'tdropdatabase'database_name';databasedoesn'texist",即无法删

convert是什么软件 convert是什么软件 Dec 09, 2020 am 09:33 AM

convert不是软件,而是在Windows中的文件bai系统修改命令,Convert将文件分配表FAT和FAT32卷转换为NTFS文件系统,而现有的文件和文件夹完好无损,其语法是“convert [Volume] /fs:ntfs [/v] [/cvtarea:FileName] [/nosecurity] [/x]”。

对象关系映射(ORM)基础知识:了解Doctrine ORM 对象关系映射(ORM)基础知识:了解Doctrine ORM Jun 19, 2023 pm 03:43 PM

对象关系映射(ORM)基础知识:了解DoctrineORM当我们开发应用程序的时候,我们需要对数据库进行操作来存储和获取数据。但是,直接使用原始的数据库查询代码很不方便。我们需要将对象和数据之间建立映射关系,这就是ORM的作用。ORM将对象和数据库表之间自动进行映射和转换,可以轻松地进行数据操作,使得我们的代码更加容易维护。DoctrineORM是PHP

PHP8.0中的数据库连接库:Doctrine PHP8.0中的数据库连接库:Doctrine May 14, 2023 am 09:00 AM

随着PHP语言的发展,越来越多的开发者开始使用它来构建Web应用程序。使用PHP构建Web应用程序时,一个重要的部分就是数据库连接,尽管有很多数据库连接库可供选择,但是Doctrine是其中一个备受推崇的库。在本文中,我们将探讨Doctrine在PHP8.0中的应用。什么是Doctrine?Doctrine是一个基于PHP的数据库连接库,它提供了一种面向对象

convert命令怎么用 convert命令怎么用 Oct 25, 2023 pm 02:55 PM

convert命令是ImageMagick图像处理软件包中的一个命令行工具,用于图像格式转换、图像处理和图像合成等操作。常见用法:1、简单的图像格式转换:convert input.jpg output.png;2、调整图像尺寸:convert input.jpg -resize 800x600 output.jpg;3、图像裁剪等等。

See all articles