EasyIDE Framework, single-file ASP development framework . The current release version is Version 1.0. What I want to say is that all functions of EasyIDE Framework are not written temporarily and deliberately, but are accumulated and summarized in practical applications. Some functions are finalized after several modifications, so EasyIDE Framework has a high Practical value, with the support of EasyIDE Framework, development efficiency can be doubled.
- Operate the database as conveniently and quickly as PHP.
- Manipulate files as conveniently and quickly as PHP.
- Manipulate strings more conveniently and quickly.
-Use ASP to perform Base64 encryption/decryption operations, and even have its own encryption function.
- Convenient data page turning operation.
- Convenient page turning operation for a single article.
- Generate your own static pages more conveniently and quickly.
-Collect remote pictures more conveniently and quickly.
-More exciting things are waiting for you to discover...
"Let ASP also be able to Write less, do more, so that more ASP developers can write higher quality code." As a single-file development framework that can be used as long as it is included in a public file, EasyIDE Framework has been Keep working hard in this direction.
So what exactly can EasyIDE Framework do? Simply put, with the support of EasyIDE Framework, you can easily perform string operations, disk file operations, array operations, XML parsing operations, database operations, and many other commonly used operations that have been used as built-in functions in other languages. It is worth mentioning that this released version strengthens support for the separation of ASP presentation layer and logic layer:
The include function implements a stable dynamic include file solution for you, and the ob_get_contents function can return the HTML content output after the ASP page is executed. Based on these two functions and other auxiliary functions, you can develop your own ASP template engine.
In addition, str_encode and str_decode also provide you with the ASP version of the string reversible encryption scheme...
Expand