Recommend this page to a friend! |
Classes of Adrian M | upMVC | vendor/gabordemooij/redbean/README.markdown | Download |
|
![]() RedBeanPHP 5RedBeanPHP is an easy to use ORM tool for PHP.
Installation (recommended)Download RedBeanPHP from the website: https://redbeanphp.com/download Extract the archive and put it in your PHP project, voila! Optional: sha256sum and check signature. Installation via Composer (not recommended)Just open your composer.json file and add the package name
NOTE:
You will find many examples on the RedBean website make use of RedBean's
NOTE:
It is important to note that when using RedBeanPHP with Composer, there are some extra precautions needed when working with Models. Due to the namespace requirements of Composer, when creating Models we need to use the
Notice that we also need to add the Quick ExampleHow we store a book object with RedBeanPHP:
Yep, it's that simple. More informationFor more information about RedBeanPHP please consult the RedBeanPHP website: https://www.redbeanphp.com/ |