My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
DevelopersandContributors  
Updated Aug 1, 2011 by mkbennet...@gmail.com

Developers Getting Started

If you only want to install and try out the binary go here : Project Downloads

If you want to install the source code continue reading....

This program is written using PHP along with PHP-GTK for Windows.

For development you need two things, the PHP-GTK2 runtime environment and the source code.

Runtime Environment

Download php-gtk2.zip

Note the path to the php.exe program. For example C:\php-gtk2\php.exe

Source Code

Checkout using subversion from the Source section (see Source tab above).

GUI

All GUI components are edited using Glade. Important: Use the glade3.exe program included in the php-gtk2.zip download to edit the .glade files. If you use another version of glade there is a high chance of losing compatibility with the included Glade libraries.

From the example above run: C:\php-gtk2\glade-3.exe and open the relevant .glade files form the src\resources folder.

Execution

Change directory to the source code folder that contains the program source timesheet.php

Run this program as a php script using the downloaded php-gtk runtimes. eg.

C:\php-gtk2\php.exe timesheet.php

Packaging and Installer

Coming soon .....


Sign in to add a comment
Powered by Google Project Hosting