PHP Classes

Filtration mechanism: Filtration mechanism in shopping portal

Recommend this page to a friend!
  All requests RSS feed  >  Filtration mechanism  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Filtration mechanism

A request is featured when there is no good recommended package on the site when it is posted. Edit

Picture of Amit Ganapati Bhosale by Amit Ganapati Bhosale - 9 years ago (2015-08-09)

Filtration mechanism in shopping portal

This request is clear and relevant.
This request is not clear or is not relevant.

+2

How to implement filtration mechanism in shopping portal?

  • 2 Clarification requests
  • 3. Picture of Yerfry Ramirez by Yerfry Ramirez - 9 years ago (2015-08-15) Reply

    Are you perhaps asking for a text content filtrator or what? We need more information of what you actually need.

    • 4. Picture of Yerfry Ramirez by Yerfry Ramirez - 9 years ago (2015-08-15) in reply to comment 3 by Yerfry Ramirez Comment

      Note: This is leant to be used for the product title, It's value abd also validate credibility of pre-defined data.

    • 5. Picture of Dave Smith by Dave Smith - 9 years ago (2015-08-16) in reply to comment 4 by Yerfry Ramirez Comment

      So this request is really just looking to validate user input, correct?

    • 6. Picture of Yerfry Ramirez by Yerfry Ramirez - 9 years ago (2015-08-16) in reply to comment 5 by Dave Smith Comment

      Yes, so it seems.

    • 7. Picture of Manuel Lemos by Manuel Lemos - 9 years ago (2015-08-16) in reply to comment 3 by Yerfry Ramirez Comment

      I think what he wants is a system to filter products listed on a shopping search page.

      For instance go to Amazon.com and search for TV . On the left side you can see several characteristics of TV like TV Display Size, Television Resolution, Brand, etc..

      I think what he wants is a system that generates these filtering options based on what products are available in a shopping site.

    • 8. Picture of Yerfry Ramirez by Yerfry Ramirez - 9 years ago (2015-08-16) in reply to comment 7 by Manuel Lemos Comment

      I see. This too makes sense. So to put it simple, some kind of filter which loops through the database searching for a certain key which is pre-defined in an input and if anby type of match has been found the returned data will be displayed on the page?

    • 9. Picture of Manuel Lemos by Manuel Lemos - 9 years ago (2015-08-16) in reply to comment 8 by Yerfry Ramirez Comment

      This is a bit complex. The search system must be able to find products that match certain keywords, the it groups the characteristics that are common but have different values for each product.

    • 10. Picture of Yerfry Ramirez by Yerfry Ramirez - 9 years ago (2015-08-18) in reply to comment 9 by Manuel Lemos Comment

      It's indeed complex but not impossible.

  • 1. Picture of Samuel Adeshina by Samuel Adeshina - 9 years ago (2015-08-10) Reply

    Hi. Pardon me if I'm lost here. What kind of mechanism are you talking about here, do you mean an algorithm that can automatically sort the data based on some defined entities probably in your database or a clustering algorithm such as that used by the giant e-commerce sites

    • 2. Picture of Manuel Lemos by Manuel Lemos - 9 years ago (2015-08-15) in reply to comment 1 by Samuel Adeshina Comment

      Yes, this request is a bit vague.

      I think it is one of those mechanisms that allow you to filter products of a certain brand, size, and other characteristics.

Ask clarification

1 Recommendation

PHP Forms Class with HTML Generator and JavaScript Validation: HTML forms generation and validation.

Class that generates HTML forms supporting:

- Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code.
- Can be extended with new types of input controls plug-in classes.
- Custom input plug-in classes can be used to support for handling client site events on the server side without submitting the form or redrawing the whole form page
- Some control plug-in classes are made available:
* AJAX based form submission (without reloading the whole page)
* Auto-complete text inputs
* Select a location on a map using Google Maps API
* Calendar date input
* CAPTCHA test to prevent automated access by robots
* Linked select input to switch select options when the value of another input changes. An unlimited number of selected can be linked in cascade. Additional plug-in subclasses are provided to retrive option groups from a MySQL database or many other SQL databases using the Metabase PEAR::MDB2 PHP database abstraction layer APIs
* Manage animations that apply visual effects to the page form elements, like: fade-in, fade-out, show, hide, update content, etc..
- XHTML compliant output.
- Load submitted form field values even with register_globals option Off and strip slashes when magic_quotes_gpc option is On.
- Keyboard navigation support:
* Attachment of labels with activation keys to each form field.
* Tab navigation order index.
- Built-in server side (PHP based) and client side (Javascript 1.0 or better) field validation for:
* E-mail address
* Credit card numbers (Visa, Mastercard, American Express, Discover, Diners Club, Carte Blanche, enRoute, JCB, any of these or even determined by a select field).
* Regular expressions.
* Field not empty.
* Field equal to another (useful for password confirmation fields).
* Field different from another (useful for reminder fields that must not be equal to the actual password).
* As set (for check boxes, radio buttons and select multiple fields).
* As integer number (with range limitation).
* As floating point number (with range limitation).
* Programmer defined client and server validation functions.
- Highlight invalid fields rendering them distinct CSS styles
- Security attack prevention by optionally discarding invalid values passed in fields that could not be edited by users but may be spoofed by attackers.
- Option to define a value that, when used in a field, it is accepted without performing any of the validations defined for the field.
- Ability to stop the user from submiting a form more than once inadvertdly.
- Sub form validation (validate only smaller set of field depending on the submit button that was used).
- Composition and generation of the form HTML output with fields displayed as fully accessible or in read-only mode.
- Generation of Javascript functions (useful to set to the page ONLOAD event):
* Set the input focus to a field.
* Select the text of a field.
* Set the input focus and select the text of a field.
* Enable and disable input fields
- Automatic capitalization of the text of a field:
* Upper case.
* Lower case.
* Word initials
- Replacement of text field expressions to perform adjustments like trimming whitespace or auto-complete values based on rules defined by regular expressions
- Compose forms with templates using plain HTML files with embedded PHP code or using the Smarty template engine with a supplied pre-filter plugin
- Etc.
This recommendation solves the problem.
This recommendation does not solve the problem.

+4

Picture of Dave Smith by Dave Smith Reputation 7620 - 9 years ago (2015-08-16) Comment

This package will validate user input and is well maintained.

  • 1 Comment
  • 1. Picture of Manuel Lemos by Manuel Lemos package author package author - 9 years ago (2015-08-16) Reply

    Yes, the forms package can be used to display the user interface for selecting the options for narrowing the search for products in a shopping site.

    But I think those search options need to be built from characteristics of the products being searched.

    This is not a trivial problem. The PHP Classes site uses a similar system for searching for PHP professionals although it is not as flexible.


Recommend package
: 
: