Home Blog Documentation Download Features Forum Users Contact

Adam   2009-01-30

Documentation » Print

p

Prints and formats node data into valid XML/HTML tag. Use this to output node data. This function using fallback mechanism.

p('title', 'h1'); // printing node's title, if 'title' is empty it will take 'name' value
void p( string $name [, string $tag = false, bool|string $link = false, int $options = O_ESCAPE_ALL] )

Parameters

Constants

Last edited 2009-02-24 16:40:27

Register yourself or Login to add reply.