gisanfu / pgtype2phparray

export postgresql table and function field type to php array, php programmer can reference it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Environment

Zend 1.9.6
PHP 5.3.1

# HOW TO USE

$ php reverse.php

# Array Arch

schema01 ---+
			|
			+-- procedure01 ----+
								|
								+-- field01 ----+
												|
												+-- type = int8
												|
												+-- sort = 1
												|
												+-- default = null
schema02 ...

About

export postgresql table and function field type to php array, php programmer can reference it.


Languages

Language:PHP 100.0%