system
[
class tree: system
] [
index: system
] [
all elements
]
system
Packages:
no package
html
system
Comment manipuler un wpmAttribut.
<?php
// Instanciation de l'attribut
$newAttribut
=
new
wpmAttribut
(
'name'
,
'field_login'
)
;
$newAttribut
->
setNom
(
'id'
)
;
$newAttribut
->
setValue
(
'id_login'
)
;
echo
$newAttribut
->
generer
(
)
;
// Affiche : id="id_login"
?>
Documentation generated on Fri, 04 Jul 2008 23:38:34 +0200 by
phpDocumentor 1.4.0a2