Beginning today we start to learn CMS. CMS is web application, which allows to launch your web site in short time with necessary functionality. There are a lot of sites, which works on different CMS, including a lot of e-shops. We will begin from CMS Wordpress. Let's...
Tutorials
Twitter Bootstrap 4
Today I will make brief of twitter bootstrap 4 new features. As compared with twitter bootstrap 3 the key changes are using flexbox in grid. Also if you want use bootstrap js plugins, you must include popper.js. Moreover there are a lot of new features for adding...
Create PHP MVC app. Resume
We have finished make our simple php mvc application. In today video I will sum up - check somer errors in app and also share our future plans. You can download project by link. Next lesson will be in 29th of July and will focus on bootstrap 4
Create PHP MVC app. Create pagination
Today I am fulfil request from one of my subscribers, who asked me to make pagination. For this purpose we need to use SQL query with LIMIT. Process is described in details in video....
Create PHP MVC app. Edit data through modal window
The one of my subscribers asked me to add capability edit information through modal window. Today I will do editing news using ready to use angular bootstrap directives. For adding modal window you need include ui.bootstrap. After this $uibModal service will become...
Create php MVC app. Registration
In fact we have finished to develop our php mvc app. Next lesson I will realize your wishes. Today we will make registration in our application...
Create PHP MVC app. Check and delete order
Today we will work with order page - write checkOrder and deleteOrder functions. CheckOrder function will send email to order owner...
Create PHP MVC app. Get order detail information
In next several lessons we will work with orders. Today we will get detail information from database about order....
Create php MVC app. Add user and send email via php
Today we will make add new use feature in our application. Also we consider capability sending mails via php To send email via php you need to use mail() function. It is important to notice that actually SMTP sends mails. That's why you can't send mails in your local...