Ask a Question related to PHP Development, Design and Development.
-
daniel@electroteque.org #1
loading classes and efficiency
Hi there i was wondering is it more efficient to load class files and
objects when needed per page or is it ok to include them in my main include
file ?
I dont this for specialised classes for a few pages but other globally used
classes i include in a main include file.
Let me know thanks.
daniel@electroteque.org Guest
-
Loading XML using a custom class and accessing it fromother classes?
I began with a class for a movie clip rollover function FigureRollOver. It works marvellously. Three things happen: 1) it loads XML from a file... -
Database Efficiency
What is the most efficient way to build an extract database? Specifically, I want to read, via ODBC, one non-MS-Access database table with dozens... -
Problems loading AS 2.0 Classes
Running Flash MX 2004 Pro 7.01 OS 10.3.2 with 1.5 GB RAM I've been trying to make Chad Corbin's 3D classes for ActionScript 2.0 work. (see... -
[PHP] loading classes and efficiency
woah function create_object($class_path,$class_name) { include("".$class_path."/".$class_name.".php"); return new $class_name; } -
Marshal efficiency
Folks, As an intermediate step in a small software system that performs a large amount of data gathering, I am using Marshal to store processed...



Reply With Quote

