У нас вы можете посмотреть бесплатно Wizard's Toolkit Demo или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video shows the enterprise-level data-driven website that comes with the Wizard's Toolkit library. Wizard's Toolkit is a low-code development environment for PHP and SQL developers utilizing JavaScript and MaterializeCSS for SPA responsive design websites. This makes for rapid application development and can 10x your development process. Starting with a quick review of the Widget Dashboards that are pre-loaded and how easy it is to add new widgets without needing to do any PHP coding. Next a short review of some of the demo files available for code examples, and then a walk-through on how the WTK Builder is code that writes code. Paste in some SQL column names and define the page name, and the web page actually generates fully functioning PHP pages to allow listing, adding, editing and deleting of the data. Plus the list page is added to the "page" data table so it can easily be added to any of the data-driven menu structures. In the video we also set up lookup data which is used in select droplists on a web page. All done within the back-office admin website which is included with Wizard's Toolkit. After the PHP pages are generated, then we change some of the input text fields to instead be radio buttons and select drop lists using WTK functions. Passing in a few parameters into a single PHP function generates all the HTML required for attractive responsive-design select and radio button options. Often when doing data entry a person needs to enter the same type of information over and over. With WTK there is an easy way to add a "Copy" button which saves the current information and prepares to insert it again so the user can modify it for an additional saving. For example, if you are entering cat food and the company has three different flavors, you don't want to have to re-enter all the other information... just click the Copy button then change the flavor field and Save. There's no mention of coding needed to Save the data in this video... because none is needed. Wizard's Toolkit automatically handles saving of data and additionally logs what data was changed from, what it was changed to, and who did it based on who was logged in and making the change. After new pages are created, you need to be able to build navigation methodology to them. In this video we show the three ways this can easily be done: add to data-driven menu structures - no code required, completely managed in back office create a widget that links to your new page add one line in PHP to easily add a link to the side-bar menu Reports are critical to any website and building them using Wizard's Toolkit is quick and easy. In the admin back office the SQL Report Writer allows anyone with basic SQL skills to paste in a SELECT query and choose which category the report should display, and the report magically appears on the website. Determining which columns should be sortable and center or right-aligned is easily done. SQL reports can even be automatically linked to other web pages like the Edit page of the data being reported by simply putting a link in the SQL Report Writer. Since often reports need slight modifications for new report needs, the "Copy" feature is also available. These SQL reports do not need "deployment" and are available on the website immediately. Chapters 00:00 Introduction - what comes with initial Wizard's Toolkit library 00:47 Widget Dashboard review and Demo files available 02:16 WTK Builder intro - a web page that generates fully functioning PHP web pages 03:10 Setup of lookup data and how to easily change priority of display of data for droplist 04:55 WTK Builder - actual use showing SQL data table and name entered and PHP pages generated 09:30 Adding page to data-driven menu structure in back-office and immediately shows on website 10:15 Change input text field to select droplist using WTK function and data-lookup 12:17 Change input text field to radio buttons using WTK function and data-lookup 14:45 How to add a Copy button on an update page to copy all the data in addition to saving 17:54 How to create a widget and add it to personal dashboard 21:09 How to build a report using the SQL Report Wizard For all PHP and SQL developers, Wizard's Toolkit is free to download and test out on your local environment. https://wizardstoolkit.com DockerHub: https://hub.docker.com/r/proglabs/wiz... GitHub: https://github.com/AlecBS/wizardstool...