Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Get Week Number from Date with PHP
Get Week Number from Date with PHP

Ada saat nya ketika kita mengolah data terutama yg sering berkaitan dengan transaksi, tak luput dari proses pengolahan waktu. Proses penyimpanan maupun pemilahan tampilan data transaski (reporting) yang bisa memakai interval (diff()) maupun per minggu, kadang membuat kita lupa bahwa banyak fungsi d...

Read more »
16Aug2018

Create Numbering dan Case on Query Statement
Create Numbering dan Case on Query Statement

If you want make auto numbering (with or no case statement) on your query  (tested on MariaDB) i hope this article can help you. Very very simple.. Sample you dont want showing query liked this picture : So if you look this result.. is no rapidly.. I want make result like this.. So.. ...

Read more »
10Apr2018

Convert Enum Value to Rows in MySQL
Convert Enum Value to Rows in MySQL

Type dana enum bisa mempermudah tapi juga bisa bikin masalah, mudahnya kita mendeklarasikan sebua value dengan batasan-batasan agar datanya rapi dan terstruktur. Akan tetapi akan menjadi masalah tatkala kita ingin menampilkan value enum kedalam rows di aplikasi yang memakai  databases MySQL ata...

Read more »
25Sep2017

Object Oriented Programming with PHP
Object Oriented Programming with PHP

Whilst there is no hard and fast definition of what Object Oriented Programming (OOP) is, we can define. So lets just use this loose definition for now and it is left to reader to make up their own minds about what a decent definition is. Object Oriented Programming (OOP) is a programming conce...

Read more »
06Nov2014
 
1
 
Top