仕事依頼の編集
array( ‘label’ => ‘タイトル’, ‘required’ => true),
‘post_content’ => array( ‘label’ => ‘本文’,),
);
echo $pod_article->form($fields, ‘登録’);
?>
インテリジェンスシェア
array( ‘label’ => ‘タイトル’, ‘required’ => true),
‘post_content’ => array( ‘label’ => ‘本文’,),
);
echo $pod_article->form($fields, ‘登録’);
?>