Skip to content
/ dPHP Public

A simple php framework to simulate asp.net code behind and components

License

Notifications You must be signed in to change notification settings

tiagodll/dPHP

Repository files navigation

dPHP

A simple php framework to simulate asp.net code behind and components

To use this framework is very easy, you just have to add it to the folder of your project.

Include in the frontend files: require_once("./dPHP/dPage.php"); $dp = new dPage();

name your code behind files with _ in the end and include the code behind to them require_once("./dPHP/dPage_.php"); $dp_ = new dPage_();

About

A simple php framework to simulate asp.net code behind and components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages