Aug
11

woxcore project created on googlecode

By Luc  //  Php, Programming  //  3 Comments

I create a new source code repository on GoogleCode.  WoxCore is the framework I created to build my new CMS named theKolonee. I will commit soon. Feel free to comment and contribute.

Features

  • Multi lingual
  • MVC
  • Static content can be separated and delivered over a CDN (content delivery network)
  • bulk import of files
  • support APC and MemCache?
  • very lightweight and fast (one single file, so no recursive includes)
  • Uses PHP 5.3 new features

3 Comments to “woxcore project created on googlecode”

  • Didn’t get much time to look into it . But I am interested to know what’s the advantage over the other latest frameworks ?
    Why did you have gone for developing one with out opting others :) .
    Anyway great work . Keep gng and rocks ….

    • Well, excellent point. I will write a new blog entry with all the advantages my new framework have over the others. In short, speed, size and power. WoxCore is a simple MVC framework taking 18.9k of space. It’s faster than most framework because of it’s size and structure. The framework consist of a single file. The development version is spread across several files but when you build it for distribution, they are all linked into one file.

      I will demonstrate it’s power in a new blog entry (probably by tomorrow).

      • Sure you have to .. And I am waiting for the post ;) . Just make a tweet to me so I can read on at the earliest :)

Leave a comment