Recently published tutorials
How to Build a PHP Booking Calendar with MySQL
You can do so by paying us a small fee. Your support will enable us to produce better and more in-depth tutorials
How to build a web calendar in PHP
hopefully you will understand the concepts of building calendar and use the PHP calendar script in your own application
PHP CRUD Tutorial (part 1)
Creating CRUD grid is a very common task in web development (CRUD stands for Create/Read/Update/Delete). If you are a senior web developer
Your first GraphQL API - Introduction
GraphQL is a query language and it works by defining a schema that describes how and what data can be queried by clients
3 common design patterns in practical examples
Design patterns are general solutions to common problems. They are concluded by experienced programmers after they have encountered the same ?
Benefits of using application service classes
TDD does not only help us think before coding but also improves the overall project quality because we can now do refactoring
Benefits of using value objects
Money is a combination of a number and a currency. A period is a combination of a start time and end time
Build a forum with CakePHP (part 1)
Import the tables to your database using the script below. It will as well add some dummy data since we are not going to build a backend
Build a forum with CakePHP (part 2)
There are some common components we are using throughout this application. Thus we can add them to the AppController
Build a forum with CakePHP (part 3)
We create four models representing four database tables. And four tables are tied together with following relationships
Build a forum with CakePHP (part 4)
The first thing we are going to build in this tutorial is the function for showing/viewing/adding topics. These functions are handled
Build an image gallery with Pikachoose and PHP
Which means users will upload images dynamically from a script and the front page will automatically show an image powered by Pikachoose
Showing 61 to 72 of 192 results