You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above page shows how to use WebForms Core technology in PHP.
WebForms Core is a modern technology for manipulating HTML tags through server code. In this technology, the WebForms class from the server communicates with the WebFormsJS library from the client automatically.
At Elanat, we want to make WebForms Core technology available to everyone for all programming languages. We did this for most of the popular programming languages and were able to test them. Unfortunately, after several days of trying for the programming language and C++, we were unable to test.
Now, we are asking Drogon developers or experts to use WebForms Core technology and test the PHP example in the Drogon framework.
The WebForms.h for C++ class is available via the link below.
I want a Drogon template for handling POST that looks like the README page below.
https://github.com/elanatframework/Web_forms_classes/blob/elanat_framework/php/README.md
The above page shows how to use WebForms Core technology in PHP.
WebForms Core is a modern technology for manipulating HTML tags through server code. In this technology, the WebForms class from the server communicates with the WebFormsJS library from the client automatically.
At Elanat, we want to make WebForms Core technology available to everyone for all programming languages. We did this for most of the popular programming languages and were able to test them. Unfortunately, after several days of trying for the programming language and C++, we were unable to test.
Now, we are asking Drogon developers or experts to use WebForms Core technology and test the PHP example in the Drogon framework.
The WebForms.h for C++ class is available via the link below.
https://github.com/elanatframework/Web_forms_classes/blob/elanat_framework/cpp/WebForms.h
The WebFormsJS library is also available at the link below.
https://github.com/elanatframework/Web_forms/blob/elanat_framework/web-forms.js
The example below is an implementation of WebForms Core in a hypothetical framework in C++. The code related to WebForms is written correctly.
The text was updated successfully, but these errors were encountered: