| ##JFWork
### how to use:
1. Create your controller at: JFWork/controller/<nameofcontroller>.php
2. Give some method like `function index(){}`;
3. Call by accesing via URL www.domain.com/index.php/<nameofcontroller>/<nameofmethdod>
* * *
###Version:
*0.0.2 Alpha* 
**Update:** 
	
	load_views($filename)
	htaccess added.  
	log_msg added to core/Common.php - nice to use to debuger or set an erros leves  
	load_file added to core/Common.php - to loaded file with functions or other sort of file.
	virtual big object added - when extends a Engine, you actually get all class by doing this $this->yourClass->yourMethod();
	fixed some issues
* * *
**License**  
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.  If not, see http://www.gnu.org/licenses/.
* * *
*JFWork* it's a tinyMVC.  
2011 Jonathan Fontes 
 |