Tagged: LogHandler RSS Toggle Comment Threads | Keyboard Shortcuts

  • danielsaidi 7:35 am on June 10, 2010 Permalink | Reply
    Tags: , Log Package, LogHandler   

    Log and JavaScriptPacker bundled into Wigbi 

    Wigbi uses the PEAR Log Package for logging and the JavaScriptPacker to obfuscate the JavaScript code of the, in runtime, auto-created plugin classes.

    Previously, the class files (Log.php and JavaScriptPacker.php) has been separate files within the wigbi/php/system/ folder. They have automatically been included when Wigbi was started.

    However, since the wigbi/php/system/ folder does not exist in Wigbi 1.0, these two files will be emedded into the wigbi/php/wigbi.php file instead, so that it is not possible to accidentaly remove either file.

    I will, however, NOT do the same thing with the wigbi/js/jQuery-x.x.x.js file, since it likely that developers over time may want to replace this file with a newer version.

     
  • danielsaidi 9:24 pm on April 28, 2010 Permalink | Reply
    Tags: , , , , LogHandler, SessionHandler, SimpleTest,   

    The work with Wigbi 1.0 proceeds 

    I am currently working with the Wigbi 1.0 release, which I wrote about earlier. I have now finished writing new versions for the following classes:

    • CacheHandler
    • IniReader
    • JavaScript
    • LogHandler
    • SessionHandler
    • Wigbi (part done)

    Working with SimpleTest has simplified development a lot, which is why the pace is so good ;)

    In Wigbi 1.0, all system classes will be independent of the Wigbi class (except—the Wigbi class), which means that you will be able to use them for other purposes as well, without having to rely on Wigbi. The only static classes (so far) are JavaScript and Wigbi. All other system classes now have default handlers that are initialized by Wigbi and accessed as properties of the Wigbi class.

    Several classes remain,  as well as data and UI plugin classes…but I’m getting there.

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
shift + esc
cancel
Follow

Get every new post delivered to your Inbox.