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
PHP + MySQL
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...
Create PHP MVC app. Update and delete user data
In last lesson we learnt read data to custom directive. Today we will make update and delete user data feature in our application...
Create PHP MVC app. Edit use info with angular js custom directive
In last lesson we made how to make custom directives in angular js. Today we will continue to use it, reading data to it....