PHP CRUD - Bootstrap, FontAwesome, and DataTables, Part 2 - #2

preview_player
Показать описание

Taking what we learned about creating a PHP + MySQLi CRUD (Create, Read, Update, Delete) application and making it more functional with a bit of style. This episode we will introduce Bootstrap, FontAwesome, and DataTables.

I use Bootstrap because it easy to get started with and includes most of the CRUD application look we are needing. You can use other frameworks but I have found using Bootstrap as a basis is a great way to start your CRUD application development.

This episode focuses on the design, a table with sorting, searching, paging and ordering as well as iconography. This is part two of our video series on PHP CRUD.

`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````

View other videos in this series:

Download this project:
You can download the complete PHP CRUD application project using the following link. Please remember this was built as a tutorial and I do not warranty this project if you choose to use it on your own project. It was created for usage within this video series.

Applications Used

Tutorial Article and Video Recap

Computer Hardware:

Camera:

Audio:

DISCLAIMERS:
Рекомендации по теме
Комментарии
Автор

I added links to the entire video series as well as a download for the project to the video description of the video series. Check it out and good luck.

DevDrawer
Автор

I like your script alot, nice job... But when i want to import the devdrawer.sql to mySQL database i can´t. My data base don´t support COLLATE=utf8mb4_0900_ai_ci, what can you suggest i will do?
Keep it up bud... Regards

JFFKBF
Автор

Very good tutorial. You deserve many more views.

ThisCanNotBTheFuture