zf create project . tatry
zf create db-table Szczyt szczyt
zf enable layout

zf create db-table User user
zf create form Login
zf create project-provider user create
zf create user admin supertajnehaslo

zf create controller Auth
zf create action login Auth
zf create action logout Auth
