Copy old server data then paste to new server Make new database user Create database & tie database user Add system user Then add web applications tie system user with web applications set ssl choose HSTS & Server Side Redirection for Http to Https Redirection after that can set git for auto deploy code from …
Author Archives: admin
Add .env file for Ci 3
run script (at terminal) : composer require vlucas/phpdotenv add .env.example file update config/config.php update config/database.php update index.php
Set database time zone
select now(); To select time SET time_zone=’+08:00′; set gmt time zone
How to check payment status at billplz & toyyibpay
For Billplz link to check status https://www.billplz.com/bills/{bill id } If link already expired u can put organization email or phone For Toyyibpay https://toyyibpay.com/{bill id } If status not paid will appear choose bank To generate receipt run script online/pay_status/pg_payments id
Set up Gitlab project at new mac
Download home brew at https://brew.sh/ Generate ssh follow at this link https://blog.azwan.net/?s=ssh Download Mamp at this link https://www.mamp.info/en/windows/ Download Sequel pro at this link https://www.sequelpro.com/ Clone project from gitlab. First copy link project using ssh link at gitlab. Then paste this command with link project : git clone {repository link } To reset root password for localhost follow this …
Crud Codeigniter 3
Set Up Codeigniter 3 Set up database Go to folder config Go to file database.php Set password to root Set database name Set up config/autoload.php Go to config folder Go to autoload file Set autoload for libraries Then set autoload for helper Remove index.php In the project folder add .htaccess file Then add code like …
MVC
Model – View – Controller (MVC) Model Menerima permintaan data daripada controller. Menghasilkan query seperti permintaan yang diminta. Menghantar data kepada controller. View Menghasilkan user interface. Berinteraksi bersama user. Memberikan data kepada user. Controller Menjadi perantaraan kepada view dan juga model. Meminta data kepada model. Menghantar data kepada view. Kebanyakkan logik akan berada didalam controller.
My First Week Internship at ADS Web Services
1. Free Code Camp Free Code Camp is a site that teaches me about the basics of code. Besides, Free Code Camp has a wide range of exercises capable of sharing my coding knowledge. 2. Html in Free code camp In the Free code camp I can learn more about Html. Next I can learn …
Continue reading “My First Week Internship at ADS Web Services”
