hi,
ich habe nochmal eine kompliziertere Sache mit der ich nicht klar komme (das Aug.-Posting habe ich auch wohl nur ansatzweise geschnallt ...). Ich "puzzele" weiter rum, aber ...
Also aus folgendem Objekt wollte ich nur das array "description" löschen / leeren. Da komme ich nat. nicht so einfach ran, da alles protected ...
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55: | object(JForm)#305 (5) {
["data":protected]=>
object(JRegistry)#292 (1) {
["data":protected]=>
object(stdClass)#291 (0) {
}
}
["errors":protected]=>
array(0) {
}
["name":protected]=>
string(19) "com_contact.contact"
["options":protected]=>
array(1) {
["control"]=>
string(5) "jform"
}
["xml":protected]=>
object(JXMLElement)#293 (1) {
["fieldset"]=>
object(JXMLElement)#381 (2) {
["@attributes"]=>
array(3) {
["name"]=>
string(7) "contact"
["addrulepath"]=>
string(35) "components/com_contact/models/rules"
["label"]=>
string(22) "COM_CONTACT_FORM_LABEL"
}
["field"]=>
array(4) {
[0]=>
object(JXMLElement)#382 (1) {
["@attributes"]=>
array(8) {
["name"]=>
string(12) "contact_name"
["type"]=>
string(4) "text"
["id"]=>
string(12) "contact-name"
["size"]=>
string(2) "30"
["description"]=>
string(35) "COM_CONTACT_CONTACT_EMAIL_NAME_DESC"
["label"]=>
string(36) "COM_CONTACT_CONTACT_EMAIL_NAME_LABEL"
["filter"]=>
string(6) "string"
["required"]=>
string(4) "true"
}
}
... |
das soll ein workaround im Ausgabetemplate werden. Danke für Tipps, Grüße