10
Sefie
6y

Right now I need to fix 10 years old php code handling data sets coming from a database. Normally I work mostly on C#.

God, do I miss LINQ!

Comments
  • 2
    Laravel has nice tools for that. You can include it outside laravel as well.
  • 1
    @Codex404 In a symfony 1.4 project? On php 5.3?
  • 2
    @Sefie I'm pretty sure you can yeah
  • 1
    @Codex404 sounds nice. I should look into it. You don't happen to have a link handy to jump start my search?
  • 1
    @Sefie nope, when I did it I extracted the packages I needed manually
  • 1
    @desirous I mean I miss someArray.Union(someOtherArray).Select(foo).Where(bar)
  • 0
    The vast majority of us in the business know about the risks of poor database configuration yet disregard them in certifiable databases. Unsafe outline blemishes frequently go unnoticed. Now and again, the confinements of the DBMS or the SQL dialect itself may add to the issue. In others, it might be the unpracticed database originators who give careful consideration to composing whimsical code however neglect to center around having a decent information display. http://www.domyassignmentforme.com
  • 0
    @Jordanbelfort the layout itself is not the issue. 10 year old propel not being able to join 3 tables over 2 columns each without plain SQL was the problem.
Add Comment