Skip to content
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.

eleclerc/ottawaphpcommunity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPC

This is the source code of the (now offline) OttawaPHPCommunity.ca website. A simple aggregator of what web developers in Ottawa have to share about PHP.

Requirements

Of course you need this code, and a webserver with support for PHP 5 and MySQL, but also:

Installation

Libraries

Danceric, Doctrine, Zend, ZFDebug, and ZFDoctrine libraries needs to be copied into the ./Library directory.

Cache

Make sure the webserver have read/write access to the ./application/cache directory

Database

Create the database with the same name as in application/config/application.ini, the run the script in ./data/sql to create the tables, then run any migration script in ./data/migrations to get to the latest version.

Sample data available in ./data/fixtures directory.

Contribute

Everybody can contribute, we want to make the web better. The only requirement is to follow the ZF Coding Standards, and as we're (as in @danceric) picky, everything should run properly with E_STRICT error level.

About

Source of the (now offline) OttawaPHPCommunity.ca website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages