LINQ In PHP
Package:
Summary:
Query arrays with a SQL-like syntax using LINQ
Groups:
Author:
Description:
This class can be used to query arrays with a SQL-like syntax using LINQ.
It takes an array as parameter and can perform several types of queries using an SQL-like syntax as if the array was a relational database.
Currently it supports performing SELECT and DELETE queries.
It takes an array as parameter and can perform several types of queries using an SQL-like syntax as if the array was a relational database.
Currently it supports performing SELECT and DELETE queries.
Comments are closed.