Coda Clips

Print_r()

echo '<pre>';
print_r(<<**SelectionInsertionPlaceholder**>>);
echo '</pre>';

Added to by Douwe

Install Clip


Comment Banner

/************************************************************************/
// <<**SelectionInsertionPlaceholder**>>
/************************************************************************/

Added to by Brent

Install Clip


WordPress CSS Header

/*  
Theme Name: 
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 
*/

Added to by Erik Bernskiold

Install Clip


MODx: Wayfinder standard

[!Wayfinder?startId=`0`! &level=`2` &outerTpl=`outerTpl`]]

Added to by Esben Thomsen

Install Clip


MODx: H1 link

<h1><a href="[~[(site_start)]~]" title="[(site_name)]">[(site_name)]</a></h1>

Added to by Esben Thomsen

Install Clip


MODx: Page Title

<title>[(site_name)] | [*pagetitle*]</title>

Added to by Esben Thomsen

Install Clip


TYPO3: DB fetch assoc

while($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)){
	print_r($row);
}

Added to by Tim Lochmüller

Install Clip


TYPO3: DB Select

$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
	'*',
	'from_table<<**SelectionInsertionPlaceholder**>>',
	'1=1',
	'groupBy',
	'orderBy',
	10
);

Added to by Tim Lochmüller

Install Clip