Exemplo n.º 1
0
 public static function getValues($id, $fieldnames = '')
 {
     $text = CCK_Article::getText($id);
     $res = CCK_Content::getValues($text, $fieldnames);
     return $res;
 }