From: Daniel Kolbo on 3 Jul 2010 12:21 Hello, Does PHP 'reinclude' static methods with each new instantiation of a class that has static methods? That is, if i have 100 objects is the static method sitting in memory 1 time or 100 times? Thanks, dK `
|
Pages: 1 Prev: What's wrong in this function? Does not work for me. Next: [PHP] |