課程資料
課程簡介
PHP Project based course : For those who aspire to be a web application developer . Learn to make from scratch with OOP.
Do you want to know how real world application are made?
Do you want to write clean code?
Do you want to be expert in PHP?
This course take you form scratch from designing of web pages to designing database structure to writing reusable code with object oriented programming approach. I have seen many courses made in php and mysql in udemy were very basic which definitely not helpful for students to be a market ready after completing those courses. Therefore i thought to make a robust web application where i can teach my students not only writing code and storing data in database but better approach to do the task. Therefore i came with a blog application to make my students easy to understand about the project requirements.
PHP is one of the high demanded programming languages in the world. Around 80% of websites and web applications are made with PHP.
Therefore, you can take the advantages of this language to be a better programmer/engineer in software companies with a good salary.
so what’s the course about?
I will personally guide you, step by step, in creating your own robust blog application:
creating unique slug for each posts. slug are more SEO friendly than ID
inserting data to database with multiple parameters and conditions
storing tags for each post. one post may associated with multiple tags. Think about stackoverflow where users can browse all posts associated with that tag.
We make pivot table and you will learn how to query that
we will implement the search engine feature for our blog application.
we will add most popular posts feature in our application. How we do that??
we will add comments system as most of the websites in the world allows users to leave their opinion about the article. This should be approved by admin before they come live. we will handle this as well.
we will add authentication system and you will see how session are used to protect routes.
課程章節
- 10 個章節
- 39 堂課
- 第 1 章 Introduction
- 第 2 章 installation of web server and text editor
- 第 3 章 Database Connection
- 第 4 章 Make a database table.
- 第 5 章 Inserting data to database
- 第 6 章 Front page design
- 第 7 章 Retrieve data from database
- 第 8 章 Adding image upload functionality to our blog application
- 第 9 章 create a slug for each post
- 第 10 章 Making a tag system for our blog
課程內容
- Make your own CMS
- This course will teach students about how to make their code more maintainable and reusable using object oriented programming concepts
- Students will learn PHP(OOP),how to deal with simple and complex queries, Code reusability Bootstrap and many more
- Students will learn to make database table structure
- Create Database using phpMyAdmin
- MySQLI database queries
- Students will make a nice blog from scratch
評價
-
RRonin Bolt
You should know basic php before heading to this course, it is short and gives you confident how php apps are built, I completed it because it was short course as compared to other courses 40+ hours, I think Ranjeet has good knowledge about php. I recommend his courses but only feedback for him to use good mic and speak bit loudly and clearly. Thanks
-
TTushar Marathe
This course is great. If you know PHP and MYSQL you should definitely buy this course. You will learn a lot.
-
BBelfi Roland
Very good value for money course !
-
RRonald Prosperi
Nice Course the blog works but 1) We don't have a category folder and the url is like ?tag= (no good for SEO) if I put a tag the slug has to been like: /tag-name/post-name/ 2) If I enter a post title the title is the slug, but an uppercase slug. Example, a title like: Very nice pictures. The slug appear like this: Very-nice-pictures and has to appear like: very-nice-pictures. If you update this two things the course deserves 5 stars.