Skip to content

Instantly share code, notes, and snippets.

View ombak's full-sized avatar
🎯
Focusing

Sukma Saputra ombak

🎯
Focusing
View GitHub Profile
sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer/
#
# AllowOverride controls what directives may be placed in .htaccess files.

# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit

#
AllowOverride All
#
# AllowOverride controls what directives may be placed in .htaccess files.

# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit

#
AllowOverride None
<?php
/**
* disini kita menjelaskan class
* dan semua penjelasan yang dapat membantu
* untuk mengetahui kegunaan class ini
*
* @author Sukma Saputra swsaputra@email.com
* @copyright 2012 kotakku studio and lab
* @license http://www.php.net/license/3_01.txt PHP License 3.01
*/
<?php
/* class pertama
*/
class ClassSaya {
public $prop1 = 'Saya properti pertama!';
public static count = 0; //...properties static
/* method __construct
<?php
/* class pertama
*/
class ClassSaya {
public $prop1 = 'Saya properti pertama!';
/* method __construct
*/
public function __construct() {
<?php
/* class pertama
*/
class ClassSaya {
public $prop1 = 'Saya properti pertama!';
/* method __construct
*/
public function __construct() {
<?php
/* class pertama
*/
class ClassSaya {
public $prop1 = 'Saya properti pertama!';
/* method __construct
*/
public function __construct() {
<?php
/* class pertama
*/
class ClassSaya {
//...properties
public $prop1 = 'Saya properti pertama!';
/* method __construct
*/
public function __construct() {
<?php
/* class pertama
*/
class ClassSaya {
//...properties
public $prop1 = 'Saya properti pertama!';
/* method __construct
*/
public function __construct() {