EZPDO licence

March 3rd, 2005

EZPDO uses the BSD licence.

EZPDO is free software released under the terms of the following BSD
license.

Copyright (c) 2005, Oak Nauhygon (ezpdo4php@gmail.com)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, […]

Read more | Comments

Sample configuration file (.xml)

March 3rd, 2005

xml version=”1.0″ encoding=”ISO-8859-1″?>
<options>
 
<!– The intput directory that contains class source files to be compiled –>
<!– Use commma for multiple directories –>
<source_dirs>classes</source_dirs>
 
<!– Whether to compile subdirs […]

Read more | Comment

Config file (for the tutorial)

March 3rd, 2005

xml version=”1.0″ encoding=”ISO-8859-1″?>
<options>

<!– The intput directory that contains class source files to be compiled –>
<!– Use commma for multiple directories –>
<source_dirs>classes</source_dirs>

<!– Whether to compile subdirs recursively: true(default)|false –>
<recursive>true</recursive>

[…]

Read more | Comments

Architecture

March 3rd, 2005

The EZPDO architecture

Read more | Comments

System requirements

March 3rd, 2005

Table of Contents showTocToggle(”[+]”,”[-]”)

Check readiness
PHP 5.0.4 or up

Set up PHP5 fast

Notes on libraries

PEAR DB
ADODb and SimpleTest

Acknowledgement

Check readiness

EZPDO has a simple script to check if your system is ready for EZPDO.
After you extract the package, on command line, simply type
cd /path/ezpdo/is/extracted/into
cd scripts
php check.sh

PHP 5.0.4 or up

EZPDO requires PHP […]

Read more | Comment

« Previous Entries  Next Entries »
Sponsors