Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 453 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 453 Bytes

ZendFramework3

Everything from tools to some code involved with Using the Zend Framework

QuickStartZend

Is a shell tool:

  1. Drop the folder into your zend project root directory
  2. within your zend project root directory run the following command:
QuickStartZend/./createZendModule {Module Name}

Attach a PDO Database to you localhost

QuickStartZend/./completeModel.sh {Module Name} {db name} {db user} {db pass} {table name}