Betreff: Re: Der Einfügen-Thread
DownloadPHP-Quelltext:/**
* Gives out html formatted page numbers.
*
* It uses the set of templates specified in the last parameter.
* The template sets are in the directory "main" and are prefixed with "pages".
* Example: the last parameter is "small", the main template is "pagessmall.html" and the template for the current page is "pages_currentsmall".
*
* @param int $anzposts Number of entries
* @param int $epp Number of entries per page
* @param string $uri URL to the page with & or ? at the end (page=? will be appended).
* @param unknown_type $p The current page
* @param unknown_type $template Name of template set (see description).
* @return string HTML formatted page numbers and prefix
*/
function pages ($anzposts, $epp, $uri, $p = 0, $template = '') { ... }
Das ist Teil unserer Forensoftware (die Dokumentation der Funktion, die die Seitenzahlen generiert

)
Matthias M.
Dieser Beitrag wurde
1
mal editiert, das letzte Mal am 17.05.2008, 20:42 von MaMo.