Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 569 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 569 Bytes

FabResultSet

Introduction

Simple example of ResultSet which can produce different Entities and populate them. Using SQLite for database you can use sqlitebrowser for fast test with different data in database

http://sourceforge.net/projects/sqlitebrowser/

Installation

Clone the repository and manually invoke composer using the shipped composer.phar:

cd my/project/dir
git clone git://github.com/Kil0p/FabResultSet.git
cd FabResultSet
php composer.phar self-update
php composer.phar install