Procedural File: php.cmd.php

Source Location: /CORE/system/command/php.cmd.php

Page Details

This Command is specialized for loading simple PHP Files from the Consumer Directory at /consumer/cid{CID}/php/.

PHP Script can be called by using the ScriptLink: import('classes.util.ScriptLink'); $link = new ScriptLink('helloworld.php'); <a href="<?php echo LinkHelper::getUrlFromCMSLink($link); ?>">Hello World</a>

Files will be loaded by a simple "include"!

For further information visit http://www.bigace.de.

Author:  Kevin Papst
Version:  $Id: php.cmd.php,v 1.2 2009/03/27 16:28:09 kpapst Exp $
Copyright:  Copyright (C) Kevin Papst
License:  GNU Public License
Includes
include (_BIGACE_DIR_CONSUMER.'php/'.$GLOBALS['_BIGACE']['PARSER']->getItemID()) [line 45]
[ Top ]