Latest from the Blog
How To Automatically Delete Forwarded Emails in CPanel
Lately, I set up a new host as well as the email accounts for my client. The host I use it is the Siteground. The host is really great. I have been using... Read More
How to set the application timezone and MySQL for Yii2
I built my own application in 2017 when I lived in the USA and all my clients were American. The timezone that I set at that time is Pacific timezone. In 2018, I... Read More
How to Move WordPress to a New Host
There are two ways that you can move the WordPress website to the new host. One is using the plugins and another is using PhpMyAdmin or other MySQL interface application. I gonna talk about... Read More
How to clear the assets cache in Yii2
With Yii2, it comes with the asset management calls asset bundle. An asset bundle is simply a collection of assets located in a directory. When you register an asset bundle in a view, it will... Read More
How to save the multi-records in one model in single transaction in Yii2
Recently I just add the new feature on my application. What new feature does, it generates the new invoice from the time-sheet. This way, my clients can see my log time and note... Read More
How to export database from Yii2 application
The export database feature is nice to have for backup and restore the database from either website or web application. I added the export database in my application using the PHP based MySQL dump... Read More