invicnaper/MWF

View on GitHub
changelog

Summary

Maintainability
Test Coverage
 _   _  _ _ _  ___ 
| \_/ || | | || __|
| \_/ || V V || _| 
|_| |_| \_n_/ |_|  

@author : naper
@description : c++ web framework

[Changelog]

|30/01/2015|

-Adding constructor and destructor for frame

|24/10/2014|

-Use the setup shell script to setup apache with mwf
-You can use mwf with mwf_server (a web server written in ruby)

|22/10/2014|

-you can get the sever name , script name by using some define constant like(SERVER_NAME, SERVER_SOFTWARE, ..)
-Adding some function
-Exception handling

|21/10/2014|

-_GET and i_GET support multiple variable , and XSS (2:17 AM)

|20/10/2014| 0.0.1

-Fix some Bugs in the _GET function
-adding some function
-adding error handling

|Unknown Date|:

-support many CGI lib
-support template files (xml or css);
-Adding time function
-Adding simple and double link list , for advanced function and more performance
-Adding _GET and _POST methods(like in php)
-Adding html content with multiple function
-Adding frame module , (__init , __end)
-Supporting local and web css inclusion
-Adding some util function
-CGI lib , you can use some function of this later.