pclib  3.0.0
Lightweight PHP framework

This function is shortcut for SQL SELECT command. Parameters consist from two parts: datasource string and condition. Datasource can be:

  • tablename
  • tablename:fieldlist
  • sql-query

You can use Dynamic SQL. See Examples of using database functions parameters

Parameters
string$dsstrdatasource string.
string$condWHERE condition.