|
Is it possible with MDB2 to create mysql user defined function? Hello! I see that there is a function in MDB2_Driver_mysql to list UDF functions but I wonder how can I create my own function? I need to add this simple function to mysql: DROP FUNCTION `fnGetDir`// CREATE DEFINER=`root`@`localhost` FUNCTION `fnGetDir`(username VARCHAR(50), rh VARCHAR(15) ) RETURNS char... 3 May 2008 16:11
[ANNOUNCEMENT] Net_Curl-1.2.5 (stable) Released. The new PEAR package Net_Curl-1.2.5 (stable) has been released at http://pear.php.net/. Release notes ------------- - Removed deprecated cURL option CURLOPT_MUTE (Bug #13489) - Changed the license to the New BSD License (Bug #13831) - Cleaned up code to (mostly) comply with phpcs - Converted package.xml to ver... 3 May 2008 16:11
[ANNOUNCEMENT] Log-1.10.1 (stable) Released. The new PEAR package Log-1.10.1 (stable) has been released at http://pear.php.net/. Release notes ------------- - The default value for the display handler's lineBreak configuration value wasn't being applied. (Bug 13436) Package Info ------------ The Log package provides an abstracted logging framework. It ... 3 May 2008 15:25
mdb2 questions hello, I am a PHP / MySQL web developer using mdb2. I would like to request some help understanding the options array that is used when creating an mdb2 connection. I am using the mysqli driver and recently found that multi-queries (i.e. "SELECT * FROM table1; SELECT * FROM table2;") that return multiple res... 3 May 2008 05:49
[ANNOUNCEMENT] XML_Query2XML-1.7.0 (stable) Released. The new PEAR package XML_Query2XML-1.7.0 (stable) has been released at http://pear.php.net/. Release notes ------------- This feature release brings the following additions: - new driver for PEAR Net_LDAP2: XML_Query2XML_Driver_LDAP2 - options 'limit' and 'offset' now supported by the MDB2 and DB drivers; tha... 2 May 2008 14:12
HTML_QuickForm/Smarty Best Practice Hi Folks, I'm using HTML_QuickForm with Smarty as the renderer. I recently got an HTML page to be converted to a smarty template, in which each of the form tags had a class parameter, such as: <input class="dsR37" type="text" name="firstname" value="" size="18" tabindex="1" /> I'd like to replace th... 2 May 2008 09:29
[ANNOUNCEMENT] PHP_Debug-1.0.1 (stable) Released. The new PEAR package PHP_Debug-1.0.1 (stable) has been released at http://pear.php.net/. Release notes ------------- This is just a small update to correct minor bugs. Package Info ------------ The basic purpose of PHP_Debug is to provide assistance in debugging PHP code, by "debug" i don't mean "step by step... 1 May 2008 20:01
Parsing RSS with namespaces Hi everyone, I'm trying to parse some RSS. I use the following code: http://paste.ubuntu.com/9179/ When I run it, I get the following result: http://test.thingmajig.org/ffffound/ And the feed I'm using is this one: http://ffffound.com/home/msikma/found/feed My question: where did all the tags with... 1 May 2008 09:50
Net_LDAP very slow Hi, I'm using the Net_LDAP package to query our AD server. It's taking around 14 seconds to pull 300 user accounts from the server. Is there any way to speed up the package?? Ryan ... 12 May 2008 07:13
[ANNOUNCEMENT] PEAR_PackageUpdate_Web-1.0.0 (stable) Released. The new PEAR package PEAR_PackageUpdate_Web-1.0.0 (stable) has been released at http://pear.php.net/. Release notes ------------- Two years after proposal and first release (0.1.0), here are now the final stable version. No major changes since 0.4.0 * changes - copyright bumped to 2008 - phpdoc @since tag ... 1 May 2008 04:10 |