j4mie / idiorm

A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
http://j4mie.github.com/idiormandparis/
2.01k stars 369 forks source link

[improvement] select method accepts comma separated values #134

Closed Surt closed 11 years ago

Surt commented 11 years ago

It is possible to call the select method this way:

...->select('id,name,title')->...;

https://github.com/Surt/idiorm/commit/aed9b16288e08881d4f191cd4a67464d6fb2ab37

treffynnon commented 11 years ago

I don't really like this and we already have select_many(). Thank you for pointing out this commit on your fork, but I will not be merging it into the core of Idiorm.