У нас вы можете посмотреть бесплатно CodeIgniter Wizard 2.x for Mac End-to-End Demo (2022-23) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
https://www.ozar.net/products/codeign... CodeIgniter Wizard 2 for Mac the ultimate database-driven #php web app boilerplate and CRUD code generator (aka #CRUDgen) is here with long-awaited features such as user authentication & authorization, file uploads, localization & i18n, data tables export to Excel and .csv files, and many more... In this video, you will see the making of a #codeigniter4 web application driven by a relational database using CodeIgniter Wizard on macOS - from the very beginning to the end. 00:00 Intro 00:25 Review of the E-R diagram of the used database 00:45 Defining the DB connection in CI Wiz 01:06 Starting to create a web app project 01:24 Specifying a path for the project folder 01:45 Defining settings for user #auth capability 02:31 Turning on CSRF protection and settings 02:40 Adding languages for translation strings 03:06 Creating a #CRUD module from a DB table 03:23 Specifying MVC, form validation and authorization settings 03:40 Editing form field control attributes and data sources 04:21 Defining a field as an image upload form control 05:30 Adding AJAX, csv, xlsx and PDF exportability 06:21 Testing on local PHP/web server 06:37 See the generated web app in action 07:01 See the lazy-loaded data records via AJAX 08:44 Export real-life country data to Excel 09:16 Lazy-loading and filtering cities from 4000 records 09:35 Deleting a record via AJAX and re-creating it 09:49 Inline form validation in action 10:31 Demo of image upload in the web browser 11:02 Automatic image shrinking and cropping 11:44 One-click version updating of CodeIgniter framework 12:19 Creating the user group management module 14:04 Creating the user accounts CRUD module 14:33 Specifying allowed file formats for user image upload 15:27 Re-publishing the web app 16:55 Incrementally updating a form layout 18:30 Switching users and testing authorization modif'n's CodeIgniter Wizard is available on the Mac App Store. APP STORE LINK https://apps.apple.com/app/codeignite... PRODUCT WEB SITE https://www.ozar.net/products/codeign... CREATED DEMO WEB APPLICATION ONLINE https://ccpdemo2.ozar.net/?ref=YT2022... FAQ https://www.ozar.net/products/codeign... Below is a summarized list of all the new significant features that came with version 2.x Authentication and Authorization Integrate #MythAuth library to your CodeIgniter project Automatically have login, registration, password reset forms, and even editable user profile pages added. Define which user group is authorized to access a specific module from the GUI Language Localization Localize your web application in a language other than English Add multiple languages to your web app from within the GUI Edit translation strings in the GUI Allow end-users to switch the language in the generated web apps. Import/export translation files File Uploads Ability to add fully functional file inputs to the forms Support for image uploads for jpeg, png, gif, and webp formats Ability to define automatic image resizing and cropping post-upload Add non-image files as downloadable documents such as PDFs and MS Office files Improved Form Validation Form validation is now even more user-friendly and good-looking. Have each field provide its specific feedback Data Export from Created Web Applications Ability to export .csv and Excel .xlsx files from list views (using datatables) in generated web apps Augmented AJAX Create forms in modal windows with AJAX-based data #validation and submission (Works well with non-complex forms). Other Improvements Ability add #auto-UUID generation for primary key fields of type char(36) Auto-generation of slugs for tables containing a field named 'slug' Improved Routes Routes refactored in groups per module Authentication routes are automatically added Ability to add additional URI segments to your app URL leaving room for custom front-ends that can be manually added Dynamic parent route (group) handling your end user's locale