Moje kniha o CMS Drupal
Poslední komentáře
- 4 days 5 hours ago
- 6 days 1 hour ago
- 6 months ago
- 6 months ago
- 8 months 1 week ago
- 9 months ago
- 9 months ago
- 9 months 1 week ago
- 1 year ago
- 1 year 1 month ago
Nové diskuze
- (4 weeks 1 day zpět)
- (1 month zpět)
- (7 months 3 weeks zpět)
- (9 months 1 week zpět)
- (1 year 6 months zpět)
- (1 year 7 months zpět)
- (1 year 10 months zpět)
- (1 year 11 months zpět)

Snad to nebude moc spam a vyznate se v tom :)
$drupal_path = $_SERVER['DOCUMENT_ROOT'].'/neco';define('DRUPAL_ROOT', $drupal_path);require_once DRUPAL_ROOT . '/includes/bootstrap.inc';drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
Potom funkce - napisu jen nazvy, podle toho uz to najdete v googlu
function drupal_external_load($drupal_url)
function drupal_external_userload($user_info = array())
function drupal_external_login($username, $password)
function drupal_external_logout()
V podstate hledejte nacitani bootstrapu drupalu.