I have v7.1 (build 1019 Enterprise Ed). We're porting our website (www.pscs.co.uk) to use the Laravel framework rather than being random PHP pages (written 10+ years ago without a framework), and I'm having problems with getting the Zoom search page working properly.
Currently, we've got to have the Zoom search as a standalone PHP page, which means that it doesn't use the templating that the other pages use, which is a bit of a pain.
The problem seems to be that it's written using lots of global variables etc, rather than as a more modern class-based PHP system. (I see that Zoom needs PHP 4.2.0 or later, which is pre-2004...)
Are there any plans to rewrite 'search.php' using a more modern style of PHP (virtually no one will be using anything earlier than 5.5 nowadays)? Or, are we going to need to port search.php to a class-based engine ourselves? (or look for an alternative search system).
Currently, we've got to have the Zoom search as a standalone PHP page, which means that it doesn't use the templating that the other pages use, which is a bit of a pain.
The problem seems to be that it's written using lots of global variables etc, rather than as a more modern class-based PHP system. (I see that Zoom needs PHP 4.2.0 or later, which is pre-2004...)
Are there any plans to rewrite 'search.php' using a more modern style of PHP (virtually no one will be using anything earlier than 5.5 nowadays)? Or, are we going to need to port search.php to a class-based engine ourselves? (or look for an alternative search system).
Comment