KomputerKlienta
(Różnice między wersjami)
Linia 4: | Linia 4: | ||
* {$KomputerKlienta.HasloPPP} = 5 - | * {$KomputerKlienta.HasloPPP} = 5 - | ||
* {$KomputerKlienta.IP} = 11-222 - | * {$KomputerKlienta.IP} = 11-222 - | ||
+ | przykład użycia KomputerKlienta: {foreach from=$KomputerKlienta item=Dane}{$Dane.LoginPPP}{$Dane.HasloPPP}{$Dane.IP}{/foreach} | ||
== Develop == | == Develop == |
Wersja z 16:50, 5 paź 2012
Zmienne dotyczące finansów
- {$KomputerKlienta.LoginPPP} = 2a -
- {$KomputerKlienta.HasloPPP} = 5 -
- {$KomputerKlienta.IP} = 11-222 -
przykład użycia KomputerKlienta: {foreach from=$KomputerKlienta item=Dane}{$Dane.LoginPPP}{$Dane.HasloPPP}{$Dane.IP}{/foreach}
Develop
1 2 3 4 5 6 7 8 9 10 11 12 | < KomputerKlienta > < pozycja > < LoginPPP >kazin</ LoginPPP > < HasloPPP >t1t3t3GGAG</ HasloPPP > < IP >123.123.123.123</ IP > </ pozycja > < pozycja > < LoginPPP >kazin2</ LoginPPP > < HasloPPP >t1t3t3GGAG</ HasloPPP > < IP >123.123.123.124</ IP > </ pozycja > </ KomputerKlienta > |