trackback.php File Reference

Provide functions to handle article trackbacks. More...

Go to the source code of this file.

Functions

 XMLsuccess ()
 XMLerror ($err="Invalid request.")

Variables

 $dbw = wfGetDB( DB_MASTER )
 $tbtitle = strval( @$_POST['title'] )
 $tbex = strval( @$_POST['excerpt'] )
 $tburl = strval( $_POST['url'] )
 $tbname = strval( @$_POST['blog_name'] )
 $tbarticle = strval( $_REQUEST['article'] )
 $title = Title::newFromText($tbarticle)


Detailed Description

Provide functions to handle article trackbacks.

Definition in file trackback.php.


Function Documentation

XMLerror ( err = "Invalid request."  ) 

Definition at line 20 of file trackback.php.

XMLsuccess (  ) 

Definition at line 10 of file trackback.php.


Variable Documentation

$dbw = wfGetDB( DB_MASTER )

Definition at line 39 of file trackback.php.

$tbarticle = strval( $_REQUEST['article'] )

Definition at line 45 of file trackback.php.

$tbex = strval( @$_POST['excerpt'] )

Definition at line 42 of file trackback.php.

$tbname = strval( @$_POST['blog_name'] )

Definition at line 44 of file trackback.php.

$tbtitle = strval( @$_POST['title'] )

Definition at line 41 of file trackback.php.

$tburl = strval( $_POST['url'] )

Definition at line 43 of file trackback.php.

Referenced by Title::trackbackRDF().

$title = Title::newFromText($tbarticle)

Definition at line 47 of file trackback.php.


Generated on Sat Sep 5 02:08:28 2009 for MediaWiki by  doxygen 1.5.9