Zend Framework 2 is an open source framework for developing web applications and services using PHP 5.3+. Zend Framework 2 uses 100% object-oriented code and utilises most of the new features of PHP 5.3, namely namespaces, late static binding, lambda functions and closures.
Baisc Album Module provided ny the ZF2 Tutorials
- Add New Album
- Edit Album
- List Of Albums
This ZF demo will show you a simple User Module where contains
- User Login
- User Login Validation
- User Profile Setting
- User can change password
- User List
- User can add new Post
- User can edit Post
- User can Published and Unpublished any Post
- User can Delete Post
These are the basic features that will provide you a basic idea about the Zend2 Functinality. Hope this will help you for your development in ZF2.
You have to just downlaod the ZIP file and run using Apache and PHP and MYSQL In ZIP file once you unzip this file you will get a file called zend.db, you will have to import into the database and connect in config file with your database credentials.
For Login Just Run http://yourserver.domain/public/user/login Username: pradeep Passowrd: 123456
Please, leave comment, thanks in advance