Marcelo Andrade
Marcelo Andrade
### Discussed in https://github.com/phalcon/cphalcon/discussions/15694 Originally posted by **tobispace** September 29, 2021 Example query: ```php $notificationsManual = Notification::query() ->andWhere( 'MyNs\Models\Application\Notification.Published = 1' ) ->andWhere( 'MyNs\Models\Application\Notification.Id NOT IN ( SELECT MyNs\Models\Application\NotificationLog.NotificationId FROM...
Hey, thanks for this library I'm just starting to use it and looks really promising. One thing that my app has is that is multi-tenant, so most of the api...
New versions of ember deprecate the use of Ember.String.fmt in favor of string literals from ES6