Skip to content

Basic components and functionality implemented in Zend Framework using its provided example. Vision is to create base for web based startup sites with common elements like user profile, fb registering and so on.

janar/zfw-basic-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basic components and functionality implemented in Zend Framework using its provided example as base.
Default "design" is based on famous front-end framework "twitter bootstrap" http://twitter.github.com/bootstrap

This is currently very basic functionality and lot of things are missing.
To see some of the code working online visti http://eagerfish.eu/projects/zfw-basic-example/public/


To setup project you have to create database and import sql file found in folder ./sql. It contains users table and admin record. Also ./application/configs/application.ini file and ./public/index.php must be modified to fit your environment. In index you have to point out where in your system Zend Framework lays. To make things look nice you should download front-end framework named twitter bootstrap from http://twitter.github.com/bootstrap and unzip it. Copy folders named js, img and css and paste them into your project folder ./public/bootstrap and you are set.


To login as admin use:
  username: admin@admin.com
  password: admin@admin.com

About

Basic components and functionality implemented in Zend Framework using its provided example. Vision is to create base for web based startup sites with common elements like user profile, fb registering and so on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages