Created
March 21, 2013 17:57
-
-
Save YannickFricke/5215149 to your computer and use it in GitHub Desktop.
Gesund?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array | |
( | |
[aktiva] => Array | |
( | |
[0] => Array | |
( | |
[konto] => Bank | |
[betrag] => 800 | |
) | |
[1] => Array | |
( | |
[konto] => Bank | |
[betrag] => 1800 | |
) | |
) | |
[passiva] => Array | |
( | |
[0] => Array | |
( | |
[konto] => Bank | |
[betrag] => 1800 | |
) | |
[1] => Array | |
( | |
[konto] => Forderungen | |
[betrag] => 1800 | |
) | |
) | |
[kontoholder] => __PHP_Incomplete_Class Object | |
( | |
[__PHP_Incomplete_Class_Name] => Kontoholder | |
) | |
[kntholder] => Kontoholder Object | |
( | |
[kontos] => Array | |
( | |
[Kasse] => Konto Object | |
( | |
[name] => Kasse | |
[orientierung] => Aktiv | |
[aktiva:Konto:private] => Array | |
( | |
) | |
[passiva:Konto:private] => Array | |
( | |
) | |
) | |
) | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment