That&#39;s not strictly 100% accurate, since with real namespaces, the scope would be restricted; although for the purposes here, your suggestion would be practical.<br><br>Victor Kane<br><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br>
<br><div class="gmail_quote">On Sat, Jun 14, 2008 at 9:56 AM, Eric-Alexander Schaefer &lt;<a href="mailto:eric.schaefer@eas-consulting.de">eric.schaefer@eas-consulting.de</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Bob Pepin schrieb:<div class="Ih2E3d"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Well, since PHP does have neither namespaces nor modules (okay, you<br>
can use classes as some kind of poor man&#39;s namespaces if you don&#39;t<br>
mind writing ClassName::function() all the time), mistake #2 was<br>
unavoidable ;)<br>
</blockquote>
<br></div>
Every programming language that allows you to name your functions and variables arbitrarily supports namespaces.<br>
<br>
$YOUR_NAMESPACE_your_valiable<br>
YOUR_NAMESPACE_your_function()<br>
_YOUR_NAMESPACE_your_private_function()<br>
<br>
HTH,<br><font color="#888888">
Eric<br>
</font></blockquote></div><br>