package_create (private)
package_create [ -debug_p debug_p ] object_type
Defined in packages/acs-subsite/tcl/package-procs.tcl
Creates a packages with a new function and delete procedure for the specified object type. This function uses metadata exclusively to create the package. Resets the package_object_view cache Throws an error if the specified object type does not exist or is not dynamic
- Switches:
- -debug_p (optional, defaults to
"f"
)- If "t" then we return a text block containing the sql to create the package. Setting debug_p to t will not create the package.
- Parameters:
- object_type (required)
- The object type for which to create a package
- Author:
- Michael Bryzek <mbryzek@arsdigita.com>
- Created:
- 12/27/2000
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.