Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
Summary Period: 2002-07-19 to 2002-07-11 (Commits 1-18 of 3968)
in parseForm() added check after fopen()
6 lines of code changed in:
access private phpdocu directive
17 lines of code changed in:
internationalized getDateInput()
20 lines of code changed in:
a basic README
6 lines of code changed in:
corrected package name
2 lines of code changed in:
added getSqlDelete()
corrected a few typos in function names
23 lines of code changed in:
transition to register_global = Off.
I'm using $_SERVER, $_GET, $_POST, $_FILES, and thus requiring PHP >= 4.1.0
6 lines of code changed in:
improved indentation and comments
589 lines of code changed in:
Task #57830: remove stale oracle code in dbform
15 lines of code changed in:
directory layout: added the examples directory,
the code have to work even with register_global = Off
6 lines of code changed in:
decided required versions for PHP and MySQL.
decided basic directory layout.
18 lines of code changed in:
Added the file general.html, is the package description for phpdocumentor.
Changed the package to general in db_form and util.
14 lines of code changed in:
Task #57831: remove util class use from db_form
db_form.php uses util::isKey() function, this is no longer necessary since
PHP offers now a similar function.
the PHP function used is array_key_exists($key, $array), and is available
since PHP 4.1.0. This means that we have to require PHP >= 4.1.0
In one case i used array_key_exists(), in the other cases i simply removed
the isKey() method, because in those cases it was introduced to remove PHP
notices. But, as i realized, this leads to cumbersome and not easy to read
code.
3 lines of code changed in:
Analysis and Design document. Work in progress. First release.
98 lines of code changed in:
Some static utilities.
161 lines of code changed in:
The form and query processing class in its present state.
Needs some work to remove stale oracle code and the use of
util::isKey(), since PHP offers now a similar function.
1048 lines of code changed in:
it was just a test... no tears please
0 lines of code changed in:
just a test!
0 lines of code changed in:
Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
![]()
Generated by StatCvs v0.2-dev