Main page to the Web application OPiCitations (over 3000 French quotes) http://www.opimedia.be/OPiCitations/.
More...
Go to the source code of this file.
Variables |
| $opiquotations = new OPiQuotations\OPiQuotations() |
| $lists |
| $LABELS |
| $ALL_KEYS = array_merge(array_keys($LABELS), ['id', 'all_marked', 'all']) |
| $params = array() |
| $param_key = null |
| $param_value = null |
if(!empty($params)) | $search = null |
| $param_id = null |
| $keywords = ['citation', 'citations', 'maxime', 'maximes', 'proverbe', 'proverbes', 'littérature', 'français'] |
| $desc = OPiQuotations\html_text_cut($desc, 160) |
| $url_site = 'http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/' |
| $url = $url_site |
| if ($only_one) |
| endif |
| $all_is_maxim = !empty($quots) || ($param_key === 'nation') |
Detailed Description
Main page to the Web application OPiCitations (over 3000 French quotes) http://www.opimedia.be/OPiCitations/.
(October 26, 2015)
Piece of OPiQuotations. https://bitbucket.org/OPiMedia/opiquotations
GPLv3 — Copyright (C) 2014, 2015 Olivier Pirson http://www.opimedia.be/
Definition in file index.php.
Variable Documentation
$all_is_maxim = !empty($quots) || ($param_key === 'nation') |
$ALL_KEYS = array_merge(array_keys($LABELS), ['id', 'all_marked', 'all']) |
$keywords = ['citation', 'citations', 'maxime', 'maximes', 'proverbe', 'proverbes', 'littérature', 'français'] |
Initial value: array('ids' => 'Numéro(s)',
'subject' => 'Sujet',
'text' => 'Texte',
'translation' => 'Traduction',
'author' => 'Auteur',
'work' => 'Œuvre',
'nation' => 'Nation')
Definition at line 67 of file index.php.
Initial value:
Definition at line 62 of file index.php.
if (!empty($params)) $search = null |
$url_site = 'http://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/' |