Menu

#8 error in documentation

open
nobody
None
5
2004-06-23
2004-06-23
Till Maas
No

In lines 185-190 is written:

<p>When everything is done you will find a <span
class="mono">templates.so</span>
file in the <span class="mono">modules/</span>
directory. This is the compiled
loadable Templates module. Copy it to the same
directory where your script
is and use the following PHP code to load the
module:</p>
<p class="screen">&lt;?
if(!extension_loaded('templates')) dl('php_templates');
?&gt;</p>

This doesn't work because it must be dl('templates') and
as well it's not needed to copy templates.so to the
script directory.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.