Tuesday, July 27, 2021

WebFiori Framework Tutorials - 6 - The Class 'AppConfig'

In this video, we talk about the class which holds basic application configuration. The class called 'AppConfig' and it exist in the root of your application folder.

Thursday, July 22, 2021

WebFiori Framework Tutorials - 5 - Web Pages

In this video, we will learn about new concept in WebFiori framework which is how to represents web pages in the framework. Official website: https://webfiori.com Web pages docs: https://webfiori.com/learn/web-pages

Sunday, July 18, 2021

WebFiori Framework Tutorials - 4 - Route Parameters

This video introduces new concept which is related to routing. The concept is called 'Route Parameters'. A parameter in a route is a string that acts as a placeholder for a value which will be passed in the URI. It is used to create generic routes. More about this feature can be found at: https://webfiori.com/learn/routing#route-parameters

Tuesday, July 13, 2021

WebFiori Framework Tutorials - 3 - More About Routing

In the previuse video, the concept of routing was inroduced. In this video, we look at routing in more details.