| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…s with the same table name but different aliases
| public function setTable($table) | ||
| { | ||
| $this->table = (string) $table; | ||
| if ( ! (is_object($table) && is_a($table, Table::class))) { |
There was a problem hiding this comment.
Expected 0 spaces after opening bracket; 1 found
Sorry, something went wrong.
| $joinType = null | ||
| ) { | ||
| if (!isset($this->joins[$table])) { | ||
| if ( !(is_object($table) && is_a($table, Table::class))) { |
There was a problem hiding this comment.
Expected 0 spaces after opening bracket; 1 found
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
…joins with the same table name but different aliases