Recommend this page to a friend! |
Download .zip |
Info | View files (12) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2021-03-30 (18 days ago) | Not enough user ratings | Total: 441 This week: 3 | All time: 6,170 This week: 87 |
Version | License | PHP version | Categories | |||
jfwork 0.0.2 | GNU General Publi... | 5.0 | PHP 5, Libraries, Design Patterns |
Description | Author | |||||||||||||
This package is a tiny framework based on the MVC design pattern. |
|
##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 |
Files |
File | Role | Description | ||
---|---|---|---|---|
config (2 files) | ||||
controller (2 files) | ||||
core (4 files) | ||||
views (1 file) | ||||
index.php | Example | running aplication | ||
possible.htaccess | Data | License text | ||
README.md | Doc. | Descriptions in markdown format |
Files | / | config |
File | Role | Description |
---|---|---|
constants.php | Aux. | Auxiliary script |
database.php | Conf. | Auxiliary script |
Files | / | controller |
File | Role | Description |
---|---|---|
Index.php | Class | Auxiliary script |
Welcome.php | Class | Example script |
Files | / | core |
File | Role | Description |
---|---|---|
Common.php | Aux. | Configuration script |
Engine.php | Class | Class source |
JF.Work.php | Aux. | Application script |
Timer.php | Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.