Skip to content

Instantly share code, notes, and snippets.

@akuikialie
Last active May 8, 2019 05:00
Show Gist options
  • Save akuikialie/c8bfd8321be57d2eef07c394c7711da1 to your computer and use it in GitHub Desktop.
Save akuikialie/c8bfd8321be57d2eef07c394c7711da1 to your computer and use it in GitHub Desktop.

All About PHP

<_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

    • http://www.php.net/manual/en/langref.php

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment