OPiQuotations  v.03.00.00 — April 5, 2019
Namespaces | Variables
OPiQuotations-list.php File Reference

Return list of authors, nations, subjects or works with their number of occurrences, in a JSON format. More...

Go to the source code of this file.

Namespaces

 OPiCitations
 

Variables

 if (!isset( $_GET[ 'list']))
 
if(true) else
 
 $opiquotations = new OPiQuotations\OPiQuotations()
 
 $count_list = count($list)
 

Detailed Description

Return list of authors, nations, subjects or works with their number of occurrences, in a JSON format.

(September 3, 2016)

Piece of OPiQuotations. https://bitbucket.org/OPiMedia/opiquotations

GPLv3 — Copyright (C) 2015, 2016 Olivier Pirson http://www.opimedia.be/

Definition in file OPiQuotations-list.php.

Variable Documentation

◆ $count_list

$count_list = count($list)

Definition at line 86 of file OPiQuotations-list.php.

◆ $opiquotations

$opiquotations = new OPiQuotations\OPiQuotations()

Definition at line 66 of file OPiQuotations-list.php.

◆ else

if ( $_GET[ 'list']==='authors') else if ( $_GET[ 'list']==='nations') else if ( $_GET[ 'list']==='subjects') else if ( $_GET[ 'list']==='works') else
Initial value:
{
#DEBUG_END
ini_set('display_errors', 'stderr')

Definition at line 40 of file OPiQuotations-list.php.

◆ if

if(!isset($_GET['list']))

Definition at line 20 of file OPiQuotations-list.php.