Skip to content

cizar/jimbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  
  Jimbo Web Application Framework

  Copyright (c) 2007, Cesar Kastli <cesar@nixar.org>

  This library is free software; you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as
  published by the Free Software Foundation; either version 2.1 of the
  License, or (at your option) any later version

  See http://www.gnu.org/copyleft/lesser.html for details

  Directory structure

  application/
    class/
       controller/
          ApplicationController.class.php
       model/
    conf/
       controllers/
       settings.php
    jimbo/
    public/
       .htaccess
       common.php
       index.php
    tmp/
    tpl/


  Minimum Requirements
  
  Apache
    - mod_rewrite enabled
    - AllowOverride FileInfo
  
  PHP 4
    - short_open_tag = On
  
  MySQL
  
  Filesystem
    - tmp/ change permission to 0777

About

Simple web application framework implemented in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages