First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
[ANNOUNCEMENT] HTTP_OAuth-0.1.13 (alpha) Released.
The new PEAR package HTTP_OAuth-0.1.13 (alpha) has been released at http://pear.php.net/. Release notes ------------- * Including query string variables in signatures for consumer requests. Package Info ------------ Allows the use of the consumer and provider angles of the OAuth spec. Related Links ------... 25 May 2010 14:40
[ANNOUNCEMENT] HTTP_OAuth-0.1.12 (alpha) Released.
The new PEAR package HTTP_OAuth-0.1.12 (alpha) has been released at http://pear.php.net/. Release notes ------------- * Fixed #17336. Paramters will be sorted when getting them from a message Package Info ------------ Allows the use of the consumer and provider angles of the OAuth spec. Related Links ---... 25 May 2010 14:40
[ANNOUNCEMENT] HTTP_OAuth-0.1.11 (alpha) Released.
The new PEAR package HTTP_OAuth-0.1.11 (alpha) has been released at http://pear.php.net/. Release notes ------------- * Fixed bug where the query string was getting into the url in the base signature string Package Info ------------ Allows the use of the consumer and provider angles of the OAuth spec. Rela... 25 May 2010 13:33
Addrule not working
Hello everyone, I am currently using addrule in my quickform as follows to do the following: $this->form->addRule('dob1', 'Date of Birth is required', 'required'); $this->form->addRule(array('dob1', 'dob2'), 'Date of Birth fields must match', 'compare'); but unfortunately this doesn't work at all? Am i missi... 27 May 2010 05:59
QuickForm2 validation
Hi, Even if I added a rule, the user can still submit a form with an empty field. What would be the correct version of the following code: require_once "HTML/QuickForm2.php"; $form = new HTML_QuickForm2('test'); $fieldSet = $form->addFieldset()->setLabel('test'); $title = $fieldSet->addText('title')->setLabel(... 27 May 2010 04:55
QuickForm2 (form action)
Hi, i'm using a quickform2 form in a page that has a get variable in the url. When I press the submit button it automatically removes the get variable from the url. I'm wondering if there is anyway to overcome this limitation. Thank you ... 24 May 2010 21:17
quickForm2
Hi, I'm wondering where can I find some docs (examples) of quickForm2. For now i don't know how to do something very simple like getting the $_POST content. Thank you ... 23 May 2010 11:23
[ANNOUNCEMENT] Image_Color-1.0.4 (stable) Released.
The new PEAR package Image_Color-1.0.4 (stable) has been released at http://pear.php.net/. Release notes ------------- Relicensing under LGPL 2.1. Package Info ------------ Manage and handles color data and conversions. Related Links ------------- Package home: http://pear.php.net/package/Image_Color ... 20 May 2010 15:01
XML_Serializer
Hi there, I'm trying to use the XML_SERIALIZER to build the following XML: <?xml version="1.0" encoding="utf-8" ?> <Styles > <Style name="Title" element="H1"> <Attribute name="class" value="Title" /> </Style > <Style name="Header" element="H2"> <Attribute name="class" value="Header" ... 6 Jun 2010 11:38
addrule
Hello everyone, I had a quick question regarding rules. I want to set the following rule for a question( let's say): question3 is required if (question1+ question2) <100. I am wondering if I could do something like this with addrule. I know addrule only takes Boolean values, but I am wondering if there is a... 18 May 2010 18:09
First  |  Prev |  Next  |  Last
Pages: 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24