Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: sadlll/sql4array

Tags

alpha1

Toggle alpha1's commit message
Introduction

	sql4array is a PHP5 class. I have made it in order to apply SQL select queries on PHP arrays.

Features

	Avaible clauses: SELECT, DISTINCT, FROM, WHERE, ORDER BY, LIMIT, OFFSET
	Avaible operators: =, <>, !=, <, >, <=, >=, IS, IS IN, NOT IN, IS NOT IN, LIKE, ILIKE, NOT LIKE, NOT ILIKE
	Functions available in WHERE parameters : LOWER(), UPPER(), TRIM()
	Relatively slow
	Improve visibility of your source code

To do

	add GROUP BY parameters
	add JOIN parameters
	enable functions on select parameters
Morty Proxy This is a proxified and sanitized view of the page, visit original site.