1 repository
Retrieving a query builder instance pre-configured with a specific model's table for custom queries.
Distinct from Query Builders: Distinct from Query Builders: focuses on model-bound query builder access rather than standalone query construction.
Explore 1 awesome GitHub repository matching data & databases · Model-Bound. Refine with filters or upvote what's useful.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
Provides a shared query builder pre-configured with the model's table for custom queries.