apinstein / jqjobs

A job queue engine for PHP.
32 stars 5 forks source link

Add propel stack in project to aid with testing. #1

Closed apinstein closed 13 years ago

apinstein commented 13 years ago

Get DB working

  1. initial migration w/create database (test)
  2. second migration w/create table
  3. third migration w/create coalescing stuff
  4. clean

Get Propel Working

  1. read about multi-schema setups
  2. build.properties
  3. build propel
  4. wire up tests to use propel code
apinstein commented 13 years ago

Works!