select now(); To select time SET time_zone=’+08:00′; set gmt time zone
Monthly Archives: April 2022
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.
