Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

tokushima/rhaco3

Repository files navigation

##rhaco3 2010-11-11

Web framework (PHP 5 >= 5.3.0)

Install

composer.json

{
	"require": {
		"tokushima/rhaco3":"0.9.7"
	}
}

get cmdman

curl -LO http://git.io/cmdman.phar

setup

php cmdman.phar org.rhaco.Dt::setup

Application entry

index.php

<?php
include_once(__DIR__.'/vendor/autoload.php');

\org\rhaco\Flow::out([
	'patterns'=>[
		''=>['action'=>'org.rhaco.Dt']
	]
]);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published