Giter Club home page Giter Club logo

zeitgeist-framework's Introduction

Welcome to the Zeitgeist Framework Zeitgeist is a PHP based multi purpose framework for web applications.

Originally developed as a framework for web based browsergames, Zeitgeist has since then grown into a framework for any kind of web application. However it's focus is still PBBG (persistent browser based games) or other highly pipelined applications.

The idea of Zeitgeist is not to be a full blown framework with a ton of modules and purposes. Instead it offers a set of very generic classes that cover a wide range of possibilities. With them you can develop applications in a short amount of time.

The repository contains the framework itself (including test cases) as well as examples and a demo application. It also includes a tool to administer and set up new Zeitgeist based applications which is based on the framework itself and doubles as a demo implementation.

zeitgeist-framework's People

Contributors

dirksonguer avatar

Watchers

 avatar

zeitgeist-framework's Issues

Installer fails

What steps will reproduce the problem?
1. Use the installer
2. Iput database
3. Press ok

What is the expected output? What do you see instead?
expected: tables created
instead: access denied

What version of the product are you using? On what operating system?


Please provide any additional information below.
To solve this problem, simply use in the zeitgeist_examples/install/
installer.php file 
$database_userpassword = $_POST['database_password']; instead of 
$database_userpassword = $_POST['database_userpassword'];

Original issue reported on code.google.com by [email protected] on 24 Mar 2010 at 6:15

Zeitgeist root-directory

The defined variable ZEITGEIST_ROOTDIRECTORY is not used on line 35 in the 
index-file for the example. Maybe this should be altered to simplify 
installaion for new users?

Original issue reported on code.google.com by [email protected] on 7 Nov 2011 at 2:13

Disconnect the user functions + handling from the core

The userfunctions including rights, roles & userhandler will be removed from 
the core and converted to a module.


Reason is that the user handling should not be mandatory for every application. 
It should also make extending or replacing the user functionality easier when 
the controller is not tuned to the ZG userhandling anymore.

See also [http://code.google.com/p/zeitgeist-framework/issues/detail?id=4&can=1 
Issue 4].

Original issue reported on code.google.com by [email protected] on 16 Aug 2010 at 11:36

Installer fails

What steps will reproduce the problem?
1. Use the installer
2. Iput database
3. Press ok

What is the expected output? What do you see instead?
expected: tables created
instead: access denied

What version of the product are you using? On what operating system?


Please provide any additional information below.
To solve this problem, simply use in the zeitgeist_examples/install/
installer.php file 
$database_userpassword = $_POST['database_password']; instead of 
$database_userpassword = $_POST['database_userpassword'];

Original issue reported on code.google.com by [email protected] on 24 Mar 2010 at 6:33

  • Merged into: #2

class zgUserroles

Ist mir hier zufällig aufgefallen:

- Klassenname im Plural?
- Funktion identifyRole: Werte werden ohne escaping in DB-Queries verwendet -> 
Potentzielles Risiko in meinen Augen

Original issue reported on code.google.com by [email protected] on 5 Jul 2010 at 7:49

ZeitgeistGettingStarted Errors

Installing the Zeitgeist examples:

Warning: require_once(./zeitgeist/configuration/zeitgeist.config.php)
[function.require-once]: failed to open stream: No such file or directory
in D:\xampp\htdocs\zeitgeist\examples\zeitgeist\zeitgeist.php on line 25

Fatal error: require_once() [function.require]: Failed opening required
'./zeitgeist/configuration/zeitgeist.config.php'
(include_path='.;D:\xampp\php\PEAR') in
D:\xampp\htdocs\zeitgeist\examples\zeitgeist\zeitgeist.php on line 25


A Hello World Application:

Fatal error: Class 'zgEventhandler' not found in
D:\xampp\htdocs\zeitgeist\project\index.php  on line 41

Original issue reported on code.google.com by [email protected] on 7 Feb 2010 at 11:59

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.