issues Search Results · repo:as247/wp-eloquent language:PHP
Filter by
3 results
(40 ms)3 results
inas247/wp-eloquent (press backspace or delete to remove)hi nice package, i have wp multisite and I want to access my custom table with or without prefix.... how to do that....
tableRaw( mytable ) or bootWp([ prefix = ,])......
- tharlab
- 1
- Opened on Jan 15, 2024
- #17
use As247\WpEloquent\Database\Eloquent\Relations\HasMany;
use As247\WpEloquent\Database\Eloquent\Model;
class Form extends Model
{
public function formFields(): HasMany
{
return $this- ...
- craigrileyuk
- Opened on Jul 1, 2023
- #12
Return type of As247\WpEloquent\Container\Container::offsetExists($key) should either be compatible with
ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should ...
- 1mahdimf
- 1
- Opened on Apr 22, 2023
- #3
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.