Entries from November 2008

Code Documentation On Hold (phpDocumentor)

Date November 26, 2008

While documentation within the actual code will continue, the generated online documentation (as created with phpDocumentor) will have to be put on hold. It does not seem to be parsing PHP 6 code correctly. I attempted to use PHP 6 so it would use that tokenizer, however PHP 6 is very strict with a certain […]

Language/Locale System

Date November 24, 2008

The language/locale system has been created and I have begun implementing it throughout the project. The system is operational, but not all text has been converted - mainly the language tool and a few exceptions. Before I continue with the project I will the dped tool and a few other things, but I don’t want […]

Namespaces Added, Minor Modifications

Date November 7, 2008

WebKernel has been modified to support namespaces. The two namespaces are currently webkernel, which will house all main functions and classes, and webkernel::cli, which contains the CLI functions. I had originally included a webkernel::daemon namespace, but the daemon uses too many functions and classes within the webkernel namespace, so it was dropped for ease of […]