PHP
/**
* @package LQM Bestandteil
* @subpackage Ansichten
* @version $Id: 08:50 2007-09-10 dealership.html-.php 328: 05Z TCP $
* @copyright copyright (c) 2006 - grüne Informationstechnologie und Beratung des Berg2007. Alle Rechte vorbehalten.
* @author tcp@gmitc.biz
*
* Dieses ist eine Beispielakte, die zeigt, wie man eine kundenspezifische Schablone schreibt, die eine einzelne Aufzeichnung anzeigt
* Für mehr besonders anfertigen, als man notiert.
*
// kein Direktzugriff
definiert („_JEXEC ") oder sterben („einschränkte Zugang ") ");
statisches $prepared;
//-wichtige Gegenstände
$dispatch = LQMDispatch:: getInstance ();
$query = $dispatch->getQuery ();
//-Last die JS und CSS-Akten verband mit der Bleianwendung
$this->loadJavaScript ();
$this->loadStyleSheet ();
// mit.einschließen die Include-Datei eßen
$this->includeHeaderFile ();
? >
PHP-Echo $this->getMessage ()? >
PHP
//-Vernunftsüberprüfung - überprüfen, ob die Frage richtig zusammengebaut
wenn (! $query->expectsResults ())
{
Wurf neues LQMException („die Rechnungsschablone erwartet mindestens eine Aufzeichnung zurückgebracht zu werden“);
}
//-Überprüfung, wenn es anzuzeigen gibt die Resultate,
wenn ($dispatch->hasResultsToDisplay ()) {
$result = $dispatch->getCurrentResultSet ();
// wünschen wir die Daten von der ersten Reihe, IE, Index 0
$result->setRowIndex (0);
$name = $result->field („Name ");
$reference = $result->field („Hinweis ");
$nextRow =1;
$j = 1;
$n =1;
WÄHREND ($nextRow) {
$idinvoice [$j] = $result->field („idinvoice ");
$invoice [$j] = $result->field („Rechnung ");
$amount [$j] = $result->field („Menge ");
$idpayment [$j] = $result->field („idpayment ");
$cheque_no [$j] = $result->field („cheque_no ");
$pdatetime [$j] = $result->field („pdatetime ");
$username [$j] = $result->field („username ");
$balance [$j] = $result->field („Balance ");
$n++;
$j++;
$nextRow = $result->nextRow ();
}
// für ($a=1; $a<=$j; $a++) {$totalbalance = $totalbalance + $balance [$a];}
? >
|
|
RANACO EDUCATION |
TRAINING INSTITUTE |
KP (JPS) 5195/IPTS/1239 (2) |
(insgesamt besessen von Ranaco Education |
Training Institut Sdn.Bhd. - 624541-A) |
NAME |
: PHP-Echo strtoupper ($name);? > |
REREFENCE |
: PHP-Echo $reference;? > |
Invoice ID |
Invoice |
Amount (RM) |
Payment ID |
Cheque NO |
Date |
Received By |
Balance |
PHP
für ($j=1; $j<$n; $j++) {
? >
PHP, wenn ($j > 1) {
wenn ($idinvoice [$j - 1] == $idinvoice [$j]) {
Echo „ “;
} sonst {
Echo $idinvoice [$j];
}
} sonst {
Echo $idinvoice [$j];
}? > |
PHP, wenn ($j > 1) {
wenn ($idinvoice [$j - 1] == $idinvoice [$j]) {
Echo „ “;
} sonst {
Echo $invoice [$j];
}
} sonst {
Echo $invoice [$j];
}? > |
PHP-Echo $amount [$j];? > |
PHP-Echo $idpayment [$j]; ? > |
PHP-Echo $cheque_no [$j]; ? > |
PHP-Echo $pdatetime [$j];? > |
PHP-Echo $username [$j];? > |
PHP, wenn ($j > 1) {
wenn ($balance [$j - 1] == $balance [$j]) {
Echo „ “;
} sonst {
Echo $balance [$j];
}
} sonst {
Echo $balance [$j];
}? > |
PHP}? >
PHP}? >
|