First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Fatal error: Call to undefined method
Try this: <?php class PropertyMgmt { function PropertyMgmt() { global $complexes; /* yes I know using globals is dangerous, I will fix this soon! :-) */ } public function get_complexes() { /* null */ } } // end class -- Jo�o C�ndido de Souza Neto "TransientSe... 19 Sep 2010 18:38
[PHP] Fatal error: Call to undefined method
Greetings, I'm having a very simple problem that I can't seem to find the solution to. I try and access a method in this class I made called MyPropertyManagement... the method is named get_complexes(). I try and strip down the entire class to just focus on this problem with the hopes of it making things simp... 19 Sep 2010 18:38
add function to solr extension
Hi, Can i have some help to create a class to add a function to solr extension ? I want to make a function which send me back the number of results of a query... (field NumFound of array return of SolrResponse::getResponse()) Here is the link to the extension : http://www.php.net/manual/fr/book.... 19 Sep 2010 18:38
Bitwise NOT operator?
Hey everyone, I'm really not sure what's going on here: basically, the bitwise NOT operator seems to simply not work. Here's an example of what I see. ============Script============ $ cat bintest2.php <?php $bin = 2; $notbin = ~$bin; echo "Bin: " . decbin($bin) . " !bin: " . decbin($notbin) .... 19 Sep 2010 18:38
Dear Lazy Web: Pseudo Randomisation Strategies onListing Websites
At 10:00 AM +0100 8/20/10, Colin Guthrie wrote: Are there any other approaches I've missed? Is there some cunning, cleverness that eludes me? Col Col: I don't know about being clever, but the problem reminds me of selling ad space on web sites. I read a book about it, namely "OpenX Ad Server" by Yil... 19 Sep 2010 18:38
mod_php
Hi Could anyone please explain to me the basic architecture of PHP module when running "in process" within Apache HTTP server? I guess this is called "mod_php". As far as I understand the shared library (e.g., libphp5.so) is being dynamically loaded by an Apache working process and then, whenever a ..php (or ... 19 Sep 2010 18:38
Dear Lazy Web: Pseudo Randomisation Strategies on Listing Websites
Hi, OK, this is really just a sounding board for a couple ideas I'm mulling over regarding a pseudo-randomisation system for some websites I'm doing. Any thoughts on the subject greatly appreciated! Back Story: We have a system that lists things. The things are broken down by category, but you can still end... 19 Sep 2010 18:38
imagecreate inside an object
hello list, I'm trying to manage a image resouce inside a method, but unsuccessfully... In detail, that's some code snippets: the class and the method: class.php class canvas{ function makeImage($imageWidth = 850){ $im = imagecreate(110, 20) or die("Cannot Initialize new GD image stre... 19 Sep 2010 18:38
- problems with redirects
Tristan wrote: So, I'm have this site where all this code was developed and the logic sits in different plugins throughout a template. So, html is output and then hits one of these plugins. Plugins do some processing and then hit a header(location...) redirect. So, problem is they developed code with... 19 Sep 2010 18:38
[OUTPUT BUFFER] - problems with redirects
So, I'm have this site where all this code was developed and the logic sits in different plugins throughout a template. So, html is output and then hits one of these plugins. Plugins do some processing and then hit a header(location...) redirect. So, problem is they developed code with these header redirects and ... 19 Sep 2010 18:38
First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26