Skip to content

Releases: obophp/demo

v1.0.0

04 May 10:14
Compare
Choose a tag to compare

Obo demo application

It is simple demo application for person, sex, note or tag registration. The main purpose is to present potential and usage of Obo framework for programmers.

Requirements

  • PHP 5.5.0 or later
  • DB MySQL

Installation

  • install dependencies with Composer
  • set write access for web-server user to log/ and temp/ folders
  • create database
  • execute demo.sql
  • rename app/config/config.local.example.neon to config.local.neon
  • configure database access in app/config/config.neon (better in app/config/config.local.neon)

Files

  • app/models - domain logic

  • app/presenters

  • app/templates

  • app/components - paginator and filter components

  • app/config/config.neon - configuration of application

  • app/bootstrap.php - start file of application