Skip to content

kamekoopa/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

勉強用自作フレームワーク

使い方イメージ

1.
	include_pathにフレームワークのルートディレクトリを追加

2.
	require_once 'MyFwAutoLoader.php';
	MyFwAutoLoader::register("/framework/root/dir/");
	MyFwAutoLoader::register("/application/root/dir/");

	する。

3.
	\core\Framework::getInstance("/application/root/dir/")->fire();

	する。

About

PHP勉強用の自作のフレームワーク

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages