|
First
|
Prev |
Next
|
Last
Pages: 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
treeselect :D i extend select to make a treeselect [code] <?php require_once('HTML/QuickForm/select.php'); class HTML_QuickForm_treexot extends HTML_QuickForm_select { function loadTreeQuery(&$conn, $sql, $textCol=null, $valueCol=null, $parentCol=null,$orderCol,$values=null) { if (is_string($conn))... 30 Oct 2006 07:53
PEAR broken on current Mac OS on PowerPC? Hi all. I didn't see this in the archives. I've built PHP 5.1.6 on three Macs now, one Intel and two PowerPC, under OS 10.4.8. The Intel experience went fine. Things are broken on PowerPC. Both systems previously had only the stock PHP4 that comes with OS X, and it was not activated. PEAR consistently ... 24 Oct 2006 21:11
DB_Table and HTML_Quickform When using DB_Table to generate a HTML_Quickform is possible to add header elements into the natural flow of a form, without having to use a templating engine such as Smarty? Regards, Matthew ... 26 Oct 2006 05:04
Testing_Selenium, how to ? Hi I'm really interested in Testing_selenium, so I installed it and tried to make it work. I'm under mac osX and followed the Readme and the example included in the package. Launching example.php (from CLI or browser) fails. The only thing I did is replace *firefox by *safari. This is the selenium-serve... 22 Oct 2006 14:09
formbuilder and obedit I want to add the text area www.obedit.com at formbuilder thanks nicole ------------------------------------------------------ Riascolta i tuoi 33 e 45 giri con un bellissimo Giradischi RetrĂ², tecnologia HI-FI, collegamento PC e design anni '60 ! http://click.libero.it/dmail3 ... 20 Oct 2006 11:55
formbuilder_frontend with print (with template) i like very much formbuilder_frontend and i would like to add a button to print the result of the search and each result print with a template please help me :D... 20 Oct 2006 11:55
db_dataobject and multiple databases Hi, I'm having difficulty getting db_dataobject setup correctly with multiple databases that contain tables with the same name. I'm using createTables.php to generate the classes but of course only one file is created for the table that appears in several databases. Has anyone run into anything similar? A... 18 Oct 2006 16:22
formbuilder_frontend tinymce and fckeditor hi i installed module formbuilder_fontend (www.pearified.com) i would like to integrate tinymce and fckeditor but i don't know how.. please help.. ... 20 Oct 2006 04:31
QuickForm replacement within A bit ago I emailed the list about possible replacements for QuickForm, but I ended up deciding to code my own. So a few days later, I have something working, and I thought that y'all might be interested in it. It is currently missing some things that I plan on adding, but I've successfully used it in one f... 18 Oct 2006 15:50
Reusable form elements with DB_Table and HTML_Quickforms I have been experimenting with generating HTML forms and databases using DB_Table and I think it is great! I am often building several forms on the same Web server. Most of these forms contain the same form elements, such as first name, surname, email, addres_line1 etc. It would be great if I could define a p... 18 Oct 2006 13:43 |