Skip to content

nishimura/laiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laiz: PHP Framework

Laiz is framework that is developed with PHP5.3, and uses HTML_Template_Flexy.

Laiz offers flexible development environment. Current is a development version.

Usage

Adding compiled directory in project directory:

cd project_dir
mkdir compiled
chmod o+w compiled

Including Laiz.php and invoke laze method to run framework:

mkdir htdocs
cat > htdocs/index.php
<?php
require_once 'path_to_laiz/Laiz.php';
Laiz::laze();

Adding template file of top page:

mkdir -p app/Base/templates
echo 'Hello World!' > app/Base/templates/Top.html

Adding template files with action:

TODO

About

PHP Framework. Current version may be buggy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages