← Back to team overview

phpdevshell team mailing list archive

Re: [Question #220625]: Need more RedBeanPHP tutorials

 

Question #220625 on PHPDevShell changed:
https://answers.launchpad.net/phpdevshell/+question/220625

Greg posted a new comment:
RedBeans and PHPDS_query are two different philosophies.

RedBeans tries to abstract the data structures by adding a layer of
"intelligence" which converts the abstracted data to/from the actual
database. Also, as a separate product, it has its own community, and
support several databases. It also adds features like listeners.

The PHPDS_query is a way to lighten the work of using SQL by adding what
you don't write. It's slimer then redbeans, integrated into PHDS. It's
faster and has less features.

You can work with one or the other depending on your project. You can
even work with both, but not together.

greg

-- 
You received this question notification because you are a member of
PHPDevShell, which is an answer contact for PHPDevShell.