($new ? new insert() : new update())->from()->where()->exec();
(same for array and callable expr)
And yes, we can write it by many different ways...
And yes it's not more readable than other ways....
BUT. As I wrote before many times - if we can add this without bc and php
slowdown, user can use it or not as he chose.

With regards, Alexander Moskaliov
ir...@irker.net


///// joke init call
($pingFunc =

function ($pingFunc) {

pingServer('this is crazy joke function');
setLibeventTimer(10, $pingFunc);

} ) ($pingFunc);

>

Reply via email to