products.xml

来自「基于PHP和MYSQL的计算机辅助设备维修管理系统」· XML 代码 · 共 28 行

XML
28
字号
<form>

	<forms>
		<add>products/add.xml</add>
		<edit>products/edit.xml</edit>
		<list>products/list.xml</list>
		<details>products/details.xml</details>
	</forms>

	<table>products</table>
	<table_uid>product_id</table_uid>


	<URIdata>
		<action>action</action>

		<add>add</add>
		<details>details</details>
		<delete>delete</delete>
		<edit>edit</edit>
		<list>list</list>
		<search>search</search>

		<store>store</store>
	</URIdata>


</form>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?