<br><br><div><span class="gmail_quote">On 4/23/07, <b class="gmail_sendername">Tsz Ming WONG</b> &lt;<a href="mailto:tszming@gmail.com">tszming@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
1. if you don&#39;t use constant, what will you use? hard code them into the codes?</blockquote><div><br>Global&nbsp; variables, or in PHP5 static class variables.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2. the real slow down is include_once() AFAIK</blockquote><div><br>true, this is a slow down as well. In my profiling tests. include_once took so much time, but less than define()<br></div></div><br>