Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ncphp
/
mcClasses
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7eaeffe6
authored
Jul 13, 2011
by
Frederick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
1 parent
b17151ce
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
finance/class_mcZinsmethoden.inc.php
finance/class_mcZinsmethoden.inc.php
View file @
7eaeffe
<?php
<?php
class
mcZinsmethoden
{
class
mcZinsmethoden
{
public
static
function
rechneZinsen
(
$evon
,
$ezdatum
,
$ebis
,
$emzins
,
$ezbetrag
)
{
public
static
function
rechneZinsen
(
$evon
,
$ezdatum
,
$ebis
,
$emzins
,
$ezbetrag
,
$__ZINSBERECHNUNG
=
'deutsch'
)
{
global
$__ZINSBERECHNUNG
;
//
global $__ZINSBERECHNUNG;
if
(
$__ZINSBERECHNUNG
==
'taggenau'
)
{
if
(
$__ZINSBERECHNUNG
==
'taggenau'
)
{
$result
=
self
::
rechneZinsenTaggenau
(
$evon
,
$ezdatum
,
$ebis
,
$emzins
,
$ezbetrag
);
$result
=
self
::
rechneZinsenTaggenau
(
$evon
,
$ezdatum
,
$ebis
,
$emzins
,
$ezbetrag
);
}
else
if
(
$__ZINSBERECHNUNG
==
'deutsch'
)
{
}
else
if
(
$__ZINSBERECHNUNG
==
'deutsch'
)
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment