JackBlower

Results 5 comments of JackBlower

Can you give an example? You can easily load classes as long as the structure adheres to the autoloader's folder structure, which is `Classes//classname.php`. If you look at line 36...

The autoloader is _perfectly_ fine, it points to **_Classes/**_ which is where all classes should be? It points to where the `autoloader.php` is,not where the current script is..?

It does? I have _never_ had a problem with the current log system.

It opens a file handle and then writes to it there and then, which means no memory buffer or anything unless that has been changed recently? You can even `tail...

Logging instantly is a common feature though, take a look at irssi's logs, they write as the lines are said. Perhaps a better logging solution is needed, that could be...