|
[ANNOUNCEMENT] pearweb_gopear-1.1.2 (stable) Released. The new PEAR package pearweb_gopear-1.1.2 (stable) has been released at http://pear.php.net/. Release notes ------------- Bugfixes: * Fixed temp_dir bug, see #13167 * PEAR servers switched from viewcvs to viewvc * fix proxy bug, see #14365 (jwerner) Package Info ------------ go-pear is the online PEAR i... 3 Aug 2008 09:58
[ANNOUNCEMENT] PEAR_Frontend_Gtk2-1.0.1 (stable) Released. The new PEAR package PEAR_Frontend_Gtk2-1.0.1 (stable) has been released at http://pear.php.net/. Release notes ------------- - Fix bug #11990: Close button on About dialog doesn't work - Fix bug #13976: Wrong check when comparing php-gtk extension version Package Info ------------ This program is a graphica... 3 Aug 2008 03:51
[ANNOUNCEMENT] Validate_HU-0.1.1 (alpha) Released. The new PEAR package Validate_HU-0.1.1 (alpha) has been released at http://pear.php.net/. Release notes ------------- - bankAccountNumber validation method changed Package Info ------------ This class provides methods to validate: - Postal code (H-7090, 7090) - Identity card (123456AA, AA123456) - Tax numb... 2 Aug 2008 13:34
[ANNOUNCEMENT] Console_CommandLine-1.0.1 (stable) Released. The new PEAR package Console_CommandLine-1.0.1 (stable) has been released at http://pear.php.net/. Release notes ------------- - Better code coverage of tests (nearly 100%); - fixed two bad include_once; - fixed bug #14435 (own -h short option doesn't remove help short option) and did the same for "version" opti... 1 Aug 2008 13:01
PHP_CompatInfo 1.8.0 stable and the full User Guide (available) The full user guide with all chapters is available on Takagi server [1] or Brett Bieber [2] It will be available (normally) at the next weekly PEAR Manual generation there [3] It's also available online on my server [4]. Will be available to download on [5] in multiple format tomorrow ! I'll be happy to ... 1 Aug 2008 11:59
[ANNOUNCEMENT] PHP_CompatInfo-1.8.0 (stable) Released. The new PEAR package PHP_CompatInfo-1.8.0 (stable) has been released at http://pear.php.net/. Release notes ------------- * bugs - XML Renderer: . identify a data source file with the right tag <file> rather than <dir> . list of function in verbose / debug mode is back - Text Renderer: --summarize and -... 1 Aug 2008 11:59
PHP Pear DB - Importing an external LAGRE .sql file Hey Guys, I have tried to read a large (about 800kb) .sql file (INSERTs with lots of values) into a variable and then use that to populate the database with $res = $dbSocket->query($sql); (where $sql is the entire file) but I'm receiving DB errors. I have successfully imported the file as it is by using "mysql... 2 Aug 2008 18:41
HTML_Template_IT I have seen an occasional glitch when looping with a block. Once in a while when I finish filling in the template and use either the show or get method, it adds a blank block to the final output. When I look at the template object (print_r ($template, true)), I don't see the extra block. It usually seems t... 31 Jul 2008 16:32
PHP Pear DB Hey, Is there a method available in the class to list the fields/columns of a given database table? I'm not seeing any unique class for that in the documentation. Regards, Liran. ... 31 Jul 2008 19:37
Structures_DataGrid_Renderer_HTMLTable Hi folks! I am currently using this Code: *require 'Structures/DataGrid.php';* *// 10 records per page $datagrid =& new Structures_DataGrid(20);* *// Setup your datasource $options = array('dbc' => $db); $test = $datagrid->bind($query, $options); $datagrid->setRendererOption('sortIconASC', '<img src="... 31 Jul 2008 10:19 |