<_List Material on PHP _>
-
Pengenalan
- Bahasa pemrograman
- Web : browser, server
- HTML
- Server side processing / dynamic web
-
Logic
- control structure
-
Basic Programming
-
basic syntax
-
php tags: <?php <? <?=
-
escaping from html
-
echo & print
- integer literal
- string literal
- single quoted string
-
white space
-
statement & instruction separation
-
variables assignment
-
grammars:
- single line comment
- delimited comment
-
function call
-
require, include
-
-
type
- pengenalan tipe data
- boolean
- integer
- string
- float
-
variables
-
constants
-
expressions
-
operators
-
control structures
-
-
Web App Basic 1
- handle form submit
- building multiple pages
- create menu / navigation
-
Functions
-
Data Structure
- array
- object
- hash table
- linked list
- tree
- graph
-
Algorithms
-
Object Oriented Programming
- basic OOP
- advanced OOP
- namespaces
- exceptions
-
Function References
- string
- array
- date time
-
Web App Basic 2
- session
- cookies
-
Database
- Install mysql
- Introduction
- Table
- SQL
-
Web App Basic 3
- CRUD
- handling file upload
- Input filter & validation
- blog application
-
Etc,..
-
GIT
-
Composer
-
Security
-
Framework Basic
-
API (Application Programming Interface)
-
Website Apps
- Buat web toko online, shopping cart.
- Buat web apotek, pelayanan resep.
- Buat web katalog produk, pencarian produk.
- Buat web pesan hotel, payment menu.