This website requires JavaScript.
Explore
Help
Sign In
mcndave
/
ulmus
Watch
1
Star
0
Fork
0
You've already forked ulmus
Code
Issues
16
Pull Requests
Projects
1
Releases
Wiki
Activity
ulmus
/
src
/
QueryBuilder.php
8 lines
91 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
- First draft of current WIP
2019-08-21 16:13:00 -04:00
<
?
php
namespace
Ulmus
;
- Started working on decoupling QueryBuilder from SqlQueryBuilder - WIP on SearchRequest attributes - Began working on removing 'Ulmus' class - WIP on removing SQL query building from Repository (which will become SqlRepository)
2024-04-17 15:54:48 -04:00
class
QueryBuilder
extends
QueryBuilder\Sql\MysqlQueryBuilder
- First draft of current WIP
2019-08-21 16:13:00 -04:00
{
- Added caching mechanism as an event listener
2024-12-02 15:22:30 -05:00
- Added some SearchRequest attributes ; now it's even simpler to add searchable fields - Began decoupling of QueryBuilder from native MySQL method ; some works needs to be done on for the Repository object splitting also.
2024-04-09 19:14:27 -04:00
}
Reference in New Issue
Copy Permalink