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
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
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
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