2017 © Pedro Peláez
 

library wyf

A fork of ekowabaka/wyf to cater for my dependencies

image

9naquame/wyf

A fork of ekowabaka/wyf to cater for my dependencies

  • Thursday, August 11, 2016
  • by 9naquame
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 25 Versions
  • 0 % Grown

The README.md

The wyf framework

The wyf framework is a framework that has been put together over the past couple of years. It's really old and "cranky" .... but you'll definately find a time where it would be soooo useful to you. Its not a one size fits all kind of framework. No! its main aim is to help build those database driven apps where you have views,lots of complex forms and reports. In actual sence its a partially built application and all you do is to code your modules in., (*1)

Basic Architecture

The WYF Application Framework is somehow Object Oriented and it exhibits some model-view-controller (MVC) characteristics. The framework provides API's which aid in: - Database interfacing and abstraction. (Although it only supports pgsql for now :(. So why call it abstraction?) - Object Relational Mapping of Database Tables - Form generation and validation. - Views or lists generation and manipulation. - Report Generation - Testing through the PHPUnit test automation framework. - User Access control and authentication. - Logging and audit trails, (*2)

Some limitations

The following things have been the pain of many developers who have worked with this framework: - It only works with postgresql (for now) - It hurts to theme your application (you can however mess with the css that ships with the framework) - You may have to write classes with long names like SystemSetupUsersRolesController ... smh - Hasn't been fully tested on Microsoft Windows., (*3)

Third Party Software

The WYF framework utilizes other third party libraries to help it work. These software include: - The smarty Template Engine which is used for rendering the templates. - The FPDF PDF generation library which is used for generating the PDF documents. (soon to be replaced by TCPDF) - The Pear Spreadsheet Package which is used for generating the Microsoft Excel documents. - The PHPUnit framework which is used for unit testing the applications built with the framework. (this is in fact a work in progress), (*4)

Getting Started

To setup the wyf framework you have to do the following:, (*5)

  1. Checkout the code from here into a directory called lib. This directory should be in the document root of your application.
  2. From your document root execute php lib/setup/setup.php
  3. Follow the steps and you should have a working dummy application before you know it. Remember you must have an empty postgres database read

So to sum these up in commands (assuming your document root is /var/www ):, (*6)

$ cd /var/www
$ mkdir wyftest
$ cd wyftest
$ git clone git://github.com/ekowabaka/wyf.git lib
$ php lib/setup/setup.php

After that you can point your browser to http://localhost/wyftest and if your system is behaving "normally" you should see a pretty login page., (*7)

The Versions

11/08 2016

dev-master

9999999-dev

A fork of ekowabaka/wyf to cater for my dependencies

  Sources   Download

MIT

The Requires

 

by Nana Kwame

01/11 2015
02/09 2015

v2.x-dev

2.9999999.9999999.9999999-dev

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

25/08 2015

v1.x-dev

1.9999999.9999999.9999999-dev

WYF Half Baked App

  Sources   Download

MIT

The Requires

 

24/05 2015
21/05 2015

v2.0.11

2.0.11.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

20/05 2015

2.0.10

2.0.10.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

12/05 2015
23/04 2015

v2.0.9

2.0.9.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

23/04 2015

v2.0.8

2.0.8.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

22/04 2015

v2.0.7

2.0.7.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

22/04 2015
21/04 2015

v2.0.6

2.0.6.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

16/04 2015

v2.0.5

2.0.5.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

16/04 2015

v2.0.4

2.0.4.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

30/03 2015

v2.0.3

2.0.3.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

20/03 2015
17/03 2015

v2.0.2

2.0.2.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

16/02 2015

v2.0.1

2.0.1.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

11/02 2015
13/01 2015

v2.0.0

2.0.0.0

WYF Half-Baked App

  Sources   Download

MIT

The Requires

 

25/12 2014
24/12 2014
29/10 2014
12/09 2014

v1.3.0

1.3.0.0

WYF Half Baked App

  Sources   Download

MIT