Files
archived-presentations/slides/acc_php/content_caching_php2.xml
2004-05-07 14:26:55 +00:00

14 lines
391 B
XML

<slide title="Content Caching in PHP Cont.">
<break />
<example fontsize="1.4em" filename="guestbook.php" />
<example fontsize="1.4em" title="Implementing cache without modifying the script"><![CDATA[# Add to .htaccess
php_value auto_prepend_file "/path/to/cache.php"
# Or to virtual host entry in httpd.conf
php_admin_value auto_prepend_file "/path/to/cache.php"]]>
</example>
</slide>