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 fd4337ff
authored
Nov 28, 2013
by
sn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
D::show() .... gibt nicht mehr das komplette objekt aus, ausser mensch packt 2. parameter im array
1 parent
f39aa3e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
D/class_D.inc.php
D/class_D.inc.php
View file @
fd4337f
...
@@ -146,6 +146,11 @@ class D {
...
@@ -146,6 +146,11 @@ class D {
*/
*/
public
static
function
show
(
$param_val
,
$param_string
=
""
,
$param_print
=
true
,
$param_force
=
false
,
$param_htmlentities
=
false
)
{
public
static
function
show
(
$param_val
,
$param_string
=
""
,
$param_print
=
true
,
$param_force
=
false
,
$param_htmlentities
=
false
)
{
if
(
is_array
(
$param_string
))
{
$param_string
=
$param_string
[
0
];
$print_fullobject
=
true
;
}
// self::new_echo("<br>______________________<br>", $param_print, $param_force);
// self::new_echo("<br>______________________<br>", $param_print, $param_force);
self
::
printCurrentFunction
(
$param_print
,
"<br>______________________<br>"
);
self
::
printCurrentFunction
(
$param_print
,
"<br>______________________<br>"
);
...
@@ -171,15 +176,15 @@ class D {
...
@@ -171,15 +176,15 @@ class D {
$parent
=
get_parent_class
(
$parent
);
$parent
=
get_parent_class
(
$parent
);
}
}
$param_val
=
array
(
$param_val
=
array
(
'classname'
=>
'<b>'
.
get_class
(
$param_val
)
.
'</b>'
.
$parents
,
'classname'
=>
'<b>'
.
get_class
(
$param_val
)
.
'</b>'
.
$parents
,
'objvars'
=>
$objvars
,
'objvars'
=>
$objvars
,
'objfncs'
=>
$objfncs
,
'objfncs'
=>
$objfncs
,
'obj'
=>
$param_val
,
);
);
if
(
$print_fullobject
)
{
$param_val
[
'obj'
]
=
$param_val
;
}
}
}
// self::new_echo("<pre>", $param_print, $param_force);
// self::new_echo("<pre>", $param_print, $param_force);
$string_show
.=
"<pre>"
;
$string_show
.=
"<pre>"
;
...
...
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