Posts for: #Php

Laravel Contributor

Exciting new for last week. I was working on some unit tests for my new ClubLaunchpad.com site. I was doing some work to determine conflict groups when members want to sign up to conflicting clubs, and each club and each member has requirements and preferences in terms of what they want. As part of this I did some work with the Collection class that laravel uses. It’s a fancy array() in many ways, and is how you would expect a result from a database call to come back.
Read more →