Skip to main content
Grammar improvement(s)
Source Link
Nae
  • 15.1k
  • 7
  • 58
  • 82

A simple way would be to use a PHP framework like CodeIgniter or Laravel which have in-builtinbuilt features like filtering and active-record, so that you don't have to worry about these nuances.

A simple way would be to use a PHP framework like CodeIgniter or Laravel which have in-built features like filtering and active-record, so that you don't have to worry about these nuances.

A simple way would be to use a PHP framework like CodeIgniter or Laravel which have inbuilt features like filtering and active-record so that you don't have to worry about these nuances.

Rollback to Revision 3
Source Link
Bhargav Rao
  • 51.6k
  • 29
  • 124
  • 141

A simple way would be to use a PHP framework like CodeIgniter or Laravel which have in-built features like filtering and active-record, so that you don't have to worry about these nuances.

#Edit:-

You need not use any framework only for features like query building or Active record, as several independent libraries are also available. For example check this github repository SQL-Query-Builder

A simple way would be to use a PHP framework like CodeIgniter or Laravel which have in-built features like filtering and active-record, so that you don't have to worry about these nuances.

#Edit:-

You need not use any framework only for features like query building or Active record, as several independent libraries are also available. For example check this github repository SQL-Query-Builder

A simple way would be to use a PHP framework like CodeIgniter or Laravel which have in-built features like filtering and active-record, so that you don't have to worry about these nuances.

added more details
Source Link

A simple way would be to use a PHP framework like CodeIgniter or Laravel which have in-built features like filtering and active-record, so that you don't have to worry about these nuances.

#Edit:-

You need not use any framework only for features like query building or Active record, as several independent libraries are also available. For example check this github repository SQL-Query-Builder

A simple way would be to use a PHP framework like CodeIgniter or Laravel which have in-built features like filtering and active-record, so that you don't have to worry about these nuances.

A simple way would be to use a PHP framework like CodeIgniter or Laravel which have in-built features like filtering and active-record, so that you don't have to worry about these nuances.

#Edit:-

You need not use any framework only for features like query building or Active record, as several independent libraries are also available. For example check this github repository SQL-Query-Builder

Added link to The Great Laravel
Source Link
Deepak Thomas
  • 3.5k
  • 4
  • 38
  • 39
Loading
Copy edited.
Source Link
Peter Mortensen
  • 31.3k
  • 22
  • 109
  • 132
Loading
Source Link
Deepak Thomas
  • 3.5k
  • 4
  • 38
  • 39
Loading
Post Made Community Wiki by Deepak Thomas