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 […]
Entries from November 2008
Code Documentation On Hold (phpDocumentor)
November 26, 2008
Language/Locale System
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
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 […]
Posted in





