/functions/marcFuncs.php

Description
Functions
makeTagObj (line 33)

******************************************************************************* accepts a NNN$A formatted MARC tag and returns its components as an object.

ex. '245$a' ==> '{"tag":"245","suf":"a"}' ********************************************************************************

void makeTagObj ( $grp)
  • $grp
printUsmarcText (line 15)

******************************************************************************* Draws input html tag of type text.

void printUsmarcText (string $tag,  $subfieldCd,  &$marcTags,  &$marcSubflds,  $showTagDesc, int $occur)
  • string $tag: input field tag
  • int $occur: input field occurance if field is being entered as repeatable
  • $subfieldCd
  • &$marcTags
  • &$marcSubflds
  • $showTagDesc

Documentation generated on Sun, 28 Jul 2013 15:07:03 -0400 by phpDocumentor 1.4.4