Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gungunfebrianza/Mastering-PHP7
:books: PinterCoding University. Author : Gun Gun Febrianza
https://github.com/gungunfebrianza/Mastering-PHP7
backend database mysql php php7
Last synced: about 2 months ago
JSON representation
:books: PinterCoding University. Author : Gun Gun Febrianza
- Host: GitHub
- URL: https://github.com/gungunfebrianza/Mastering-PHP7
- Owner: gungunfebrianza
- Created: 2015-12-21T11:51:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T09:58:11.000Z (over 6 years ago)
- Last Synced: 2024-08-01T21:48:01.830Z (5 months ago)
- Topics: backend, database, mysql, php, php7
- Language: PHP
- Homepage: http://www.pintercoding.com
- Size: 1.41 MB
- Stars: 92
- Watchers: 19
- Forks: 77
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-indonesia - Mastering PHP 7 - Ebook gratis untuk belajar PHP. (Books)
README
# Mastering PHP 7
This is My Contribution for Open Library Concept.
First Published 21 December 2015,
Tinju Cepat OOP dengan PHP version 1.0
Code Example : PHP
Ebook Tinju Cepat OOP dengan PHP + Full Source Code
Ebook ini membahas bagaimana melakukan pemograman berorientasi object menggunakan bahasa PHP.
Content Table
Chapter 1 : Apa itu Object Oriented Programming?
Chapter 2 : Apa itu Class? Method dan Variable?
Chapter 3 : Membuat Sebuah Object Menggunakan Class
Chapter 4 : Memanggil Method dalam sebuah Object
Chapter 5 : Apa itu Constructor Function?
Chapter 6 : Apa itu Inheritance?
Chapter 7 : Apa itu Function Overriding?
Chapter 8 : Apa itu Access Modifier?
Chapter 9 : Apa itu PDO (PHP Data Object)?
Chapter 10 : Method Query()
Chapter 11 : Method Exec()
Chapter 12 : Try/Catch Statement
Chapter 13 : Memahami Array
Chapter 14 : Method Fetch()
Chapter 15 : Prepared Statement
Chapter 16 : Method bindParam()
Chapter 17 : Fetch Style
Chapter 18 : Finishing Touch
Special Chapter : Quadruple Attack AJAX, PHP dan MySQL---------------------------------------------------------------------------------------------------------------------------------
MIT LicenseCopyleft (c) 2018-2020 Gun Gun Febrianza & Rian Gustandi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.