Files
smarty/docs/entities/global.ent
2006-09-27 04:33:29 +00:00

31 lines
1.2 KiB
Plaintext

<!--
$Id$
Contains global "macros" for all the XML documents.
-->
<!ENTITY url.smarty 'http://smarty.php.net/'>
<!ENTITY url.ml.archive 'http://marc.theaimsgroup.com/?l=smarty-general&amp;r=1&amp;w=2'>
<!ENTITY ml.general.sub 'smarty-general-subscribe@lists.php.net'>
<!ENTITY url.wiki 'http://smarty.incutio.com/'>
<!ENTITY url.forums 'http://www.phpinsider.com/smarty-forum/'>
<!ENTITY url.chat 'irc://irc.freenode.net/smarty'>
<!ENTITY url.faq_1 'http://smarty.incutio.com/?page=SmartyFrequentlyAskedQuestions'>
<!ENTITY url.faq_2 'http://smarty.php.net/faq.php'>
<!ENTITY url.php-accelerator 'http://www.php-accelerator.co.uk'>
<!ENTITY url.zend 'http://www.zend.com/'>
<!ENTITY url.overLib 'http://www.bosrup.com/web/overlib/'>
<!-- to use like <ulink url="&url.php-manual;some_function"> -->
<!ENTITY url.php-manual 'http://php.net/'>
<!-- The three special language constants -->
<!ENTITY true '<constant>TRUE</constant>'>
<!ENTITY false '<constant>FALSE</constant>'>
<!ENTITY null '<constant>NULL</constant>'>
<!-- use <type>NULL</type> if you're talking about the _type_ NULL,
use &null; if it's about the _value_ NULL
-->