Minggu, 04 Agustus 2013

PHP Indonesia - Facebook: mau tanya master..ada yg pernh buat website multis...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
mau tanya master..ada yg pernh buat website multis...
Aug 3rd 2013, 07:01, by Indra Kusuma

Indra Kusuma 7:01am Aug 3
mau tanya master..ada yg pernh buat website multisite dengan penrapan wilcard subdomain gk ya? di CI

Wahyu Gugus Nurcahyo 7:02am Aug 3
ada.. :D

Indra Kusuma 7:03am Aug 3
Wah,,bisa minta penjelasannya gan..logika subdomain nya gimna tu.?

Wahyu Gugus Nurcahyo 7:07am Aug 3
pertama konfigurasi di server dulu, klo shared hosting biasanya wildcardnya tidak diaktifkan, minimal vps baru wildcardnya bisa diaktifin.

dari code dibawah ini kembangin aja jadi ke CInya

<?php
$subdomain = $_SERVER['SERVER_NAME'];
$check = ....; //cek di database apakah ada $subdomain atau tidak
if (!$check){
echo "not found";
} else {
// tampilkan halaman sesuai database
// echo whatever here
}
?>

Indra Kusuma 7:14am Aug 3
Itu di php nya gk mas..kalau di CI itu giman mas gambarannya..apa kita buat class khusus subdomain atau gmna mas

Wahyu Gugus Nurcahyo 7:18am Aug 3
klo diCInya hampir sama kn ngambil SERVER_NAMEnya aja dijadiin variabel global buat select di dbnya.

Indra Kusuma 7:38am Aug 3
gitu ya, terimakasih ya mas...kira2 ada kitab nya gk ya..hihihi... atau referensi nya...?? waktu mas nya belajar..

Wahyu Gugus Nurcahyo 3:21am Aug 5
wah ga ada loh, konsepnya hampir sma kaya wordpress multisite

Wahyu Kristianto 3:31am Aug 5
FYI, http://net.tutsplus.com/tutorials/php/basecamp-style-subdomains-with-codeigniter/

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar