Komplettes Thema anzeigen 17.05.2008, 20:40
MaMo Abwesend
Administrator
Dabei seit: 12.09.2003
Wohnort: Maschinenraum


Betreff: Re: Der Einfügen-Thread
DownloadPHP-Quelltext:
  1. /**
  2.  * Gives out html formatted page numbers.
  3.  *
  4.  * It uses the set of templates specified in the last parameter.
  5.  * The template sets are in the directory "main" and are prefixed with "pages".
  6.  * Example: the last parameter is "small", the main template is "pagessmall.html" and the template for the current page is "pages_currentsmall".
  7.  *
  8.  * @param int $anzposts Number of entries
  9.  * @param int $epp Number of entries per page
  10.  * @param string $uri URL to the page with & or ? at the end (page=? will be appended).
  11.  * @param unknown_type $p The current page
  12.  * @param unknown_type $template Name of template set (see description).
  13.  * @return string HTML formatted page numbers and prefix
  14.  */
  15. function pages ($anzposts, $epp, $uri, $p = 0, $template = '') { ... }

Das ist Teil unserer Forensoftware (die Dokumentation der Funktion, die die Seitenzahlen generiert Zwinkernder Smiley )
Matthias M.
Dieser Beitrag wurde 1 mal editiert, das letzte Mal am 17.05.2008, 20:42 von MaMo.