Skip to content

fernandomantoan/zf-authorization-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a sample application developed in a Zend Framework article, related to the Zend_Auth and Zend_Acl components.

To run the application follow the steps:

  • Create a database;
  • Paste the code located in db.sql;
  • Configure application.ini to match your database server configuration.