PHP ASP.NET WebForms: Emulation of ASP.NET WebForms engine in PHP

Recommend this page to a friend!
  Info   View files Example   View files View files (89)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2020-09-05 (14 hours ago) RSS 2.0 feedNot yet rated by the usersTotal: 105 All time: 9,332 This week: 292Up
Version License PHP version Categories
webforms 3.3Custom (specified...5.3HTML, PHP 5, Libraries, Templates
Description Author

This package implements an emulation of ASP.NET WebForms engine in PHP.

It provides a set of controls that implement tags used by ASP.NET WebForms templates.

The package can process and render the templates and generate HTML with JavaScript to perform client side validation of forms.

On the server side the package can raise events that can be handled by custom PHP classes.

Innovation Award
PHP Programming Innovation award nominee
November 2015
Number 13


Prize: PHP Tools for Visual Studio Personal license
ASP.NET WebForms is a platform for creating Web sites based on the .NET framework.

This package provides a PHP implementation that emulates ASP.NET WebForms.

Manuel Lemos
Picture of Aleksey Nemiro
  Performance   Level  
Name: Aleksey Nemiro <contact>
Classes: 6 packages by
Country: Russian Federation Russian Federation
Innovation award
Innovation award
Nominee: 3x

Winner: 1x

Details

WebForms.PHP Latest Stable Version Total Downloads License

This project is an attempt embodiment ASP.NET WebForms in PHP.

Today WebForms.PHP - this template engine, HTML components and the beginnings of Framework for web sites creation in PHP.

Code licensed under Apache License Version 2.0.

Demo-site and Documentation

Features

  • Template engine;
  • Code Separation;
  • HTML Compression;
  • Generation of standard controls with saving the state of the elements after the form is submitted (TextBox, CheckBox, RadioButton, DropDownList etc.);
  • User controls with the ability to place them in the markup;
  • Support for application-level, pages- and usercontrols- events.;
  • Localization;
  • Classes for working with collections;
  • Methods of word processing;
  • Classes for MySql and PostgreSQL (optional);
  • Server implementation console.

formula

Requirements

  • PHP 5 >= 5.3.
  Files folder image Files  
File Role Description
Files folder imageContent (3 directories)
Files folder imageControls (9 files)
Files folder imageLayouts (4 files)
Files folder imageNemiro (6 files, 2 directories)
Files folder imageScripts (7 files)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file config.php Conf. Configuration script
Accessible without login Plain text file controls.html.php Example Example script
Accessible without login Plain text file controls.json Doc. Documentation
Accessible without login Plain text file controls.php Example Example script
Accessible without login Plain text file controls.ru.json Doc. Documentation
Accessible without login Plain text file debug.html.php Example Example script
Accessible without login Plain text file debug.json Doc. Documentation
Accessible without login Plain text file debug.php Example Example script
Accessible without login Plain text file debug.ru.json Doc. Documentation
Accessible without login Plain text file elements.html.php Example Example script
Accessible without login Plain text file elements.json Doc. Documentation
Accessible without login Plain text file elements.php Example Example script
Accessible without login Plain text file elements.ru.json Doc. Documentation
Accessible without login Plain text file global.json Doc. Documentation
Accessible without login Plain text file global.php Example Example script
Accessible without login Plain text file global.ru.json Doc. Documentation
Accessible without login Plain text file index.html.php Example Example script
Accessible without login Plain text file index.json Doc. Documentation
Accessible without login Plain text file index.php Example Example script
Accessible without login Plain text file index.ru.json Doc. Documentation
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file localization.html.php Example Example script
Accessible without login Plain text file localization.json Doc. Documentation
Accessible without login Plain text file localization.php Example Example script
Accessible without login Plain text file localization.ru.json Doc. Documentation
Accessible without login Plain text file Nemiro.WebForms.PHP.phpproj Data Auxiliary data
Accessible without login Plain text file Nemiro.WebForms.PHP.phpproj.user Data Auxiliary data
Accessible without login Plain text file Nemiro.WebForms.PHP.sln Data Auxiliary data
Accessible without login Plain text file pages.html.php Example Example script
Accessible without login Plain text file pages.json Doc. Documentation
Accessible without login Plain text file pages.php Example Example script
Accessible without login Plain text file pages.ru.json Doc. Documentation
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file simple.json Doc. Documentation
Accessible without login Plain text file simple.php Example Example script
Accessible without login Plain text file simple.ru.json Doc. Documentation
Accessible without login Plain text file templates.html.php Example Example script
Accessible without login Plain text file templates.json Doc. Documentation
Accessible without login Plain text file templates.php Example Example script
Accessible without login Plain text file templates.ru.json Doc. Documentation

  Files folder image Files  /  Content  
File Role Description
Files folder imagecss (6 files)
Files folder imagefonts (1 file)
Files folder imageimages (7 files)

  Files folder image Files  /  Content  /  css  
File Role Description
  Accessible without login Plain text file bootstrap-theme.css Data Auxiliary data
  Accessible without login Plain text file bootstrap.css Data Auxiliary data
  Accessible without login Plain text file compiled.css.bundle Data Auxiliary data
  Accessible without login Plain text file compiled.min.css Data Auxiliary data
  Accessible without login Plain text file default.css Data Auxiliary data
  Accessible without login Plain text file home.css Data Auxiliary data

  Files folder image Files  /  Content  /  fonts  
File Role Description
  Accessible without login Plain text file glyphicons-halflings-regular.svg Data Auxiliary data

  Files folder image Files  /  Content  /  images  
File Role Description
  Accessible without login Image file console.png Data Auxiliary data
  Accessible without login Image file en.png Icon Icon image
  Accessible without login Image file fileNesting.png Data Auxiliary data
  Accessible without login Image file fileNestingResult.png Icon Icon image
  Accessible without login Image file formula.jpg Data Auxiliary data
  Accessible without login Image file how.png Data Auxiliary data
  Accessible without login Image file ru.png Icon Icon image

  Files folder image Files  /  Controls  
File Role Description
  Accessible without login Plain text file Footer.php Aux. Example script
  Accessible without login Plain text file Header.html.php Aux. Example script
  Plain text file Header.php Class Example script
  Accessible without login Plain text file Message.html.php Aux. Example script
  Plain text file Message.php Class Example script
  Accessible without login Plain text file Panel.php Aux. Example script
  Accessible without login Plain text file TabControl.html.php Aux. Example script
  Plain text file TabControl.php Class Example script
  Plain text file TabItem.php Class Example script

  Files folder image Files  /  Layouts  
File Role Description
  Accessible without login Plain text file Popup.php Data Example script
  Accessible without login Plain text file RightMenu.php Data Example script
  Accessible without login Plain text file _Layout.php Data Example script
  Accessible without login Plain text file _LayoutNoContainer.php Data Example script

  Files folder image Files  /  Nemiro  
File Role Description
Files folder imageCollections (4 files)
Files folder imageUI (4 files)
  Plain text file App.php Class The main class of web application.
  Accessible without login Plain text file config.sample.php Conf. The sample of main config file.
  Plain text file Console.php Class Console.
  Accessible without login Plain text file global.sample.php Conf. The sample of main file for web site.
  Plain text file Server.php Class Server tools.
  Plain text file Text.php Class Text helpers.

  Files folder image Files  /  Nemiro  /  Collections  
File Role Description
  Plain text file Collection.php Class Class source
  Accessible without login Plain text file Import.php Conf. Configuration script
  Plain text file NameValueCollection.php Class Class source
  Plain text file StringValue.php Class Class source

  Files folder image Files  /  Nemiro  /  UI  
File Role Description
  Plain text file Control.php Class Base class for user controls.
  Plain text file Html.php Class Html helper.
  Accessible without login Plain text file Import.php Conf. Configuration script
  Plain text file Page.php Class Base class for pages.

  Files folder image Files  /  Scripts  
File Role Description
  Accessible without login Plain text file bootstrap.min.js Data Auxiliary data
  Accessible without login Plain text file compiled.js Data Auxiliary data
  Accessible without login Plain text file compiled.js.bundle Data Auxiliary data
  Accessible without login Plain text file compiled.min.js Data Auxiliary data
  Accessible without login Plain text file compiled.min.js.map Data Auxiliary data
  Accessible without login Plain text file highlight.pack.js Data Auxiliary data
  Accessible without login Plain text file jquery-1.11.1.min.js Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:105
This week:0
All time:9,332
This week:292Up

For more information send a message to info at phpclasses dot org.