-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c5992e
commit 80f25fa
Showing
96 changed files
with
98 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
abstract class AbstractAdapter implements AdapterInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
interface AdapterInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Exception extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Mysql extends AbstractAdapter | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Pdo extends AbstractAdapter | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Pgsql extends AbstractAdapter | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
abstract class AbstractProfiler implements ProfilerInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Exception extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Profiler extends AbstractProfiler | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
interface ProfilerInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Step extends AbstractProfiler | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Sqlite extends AbstractAdapter | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Sqlsrv extends AbstractAdapter | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
* @author Martok <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
abstract class AbstractManager implements ManagerInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,6 @@ | |
* @author Martok <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Exception extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Martok <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Manager extends AbstractManager | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
* @author Martok <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
interface ManagerInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Db | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Exception extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
abstract class AbstractGateway implements GatewayInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Exception extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
interface GatewayInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Row extends AbstractGateway implements \ArrayAccess, \Countable, \IteratorAggregate | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Table extends AbstractGateway implements \Countable, \IteratorAggregate | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
* @method static findWhereEquals($column, $value, array $options = null, bool|array $toArray = false) | ||
* @method static findWhereNotEquals($column, $value, array $options = null, bool|array $toArray = false) | ||
* @method static findWhereGreaterThan($column, $value, array $options = null, bool|array $toArray = false) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
abstract class AbstractRecord implements \ArrayAccess, \Countable, \IteratorAggregate | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Collection extends Utils\Collection | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Encoded extends \Pop\Db\Record | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Exception extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
abstract class AbstractRelationship implements RelationshipInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class BelongsTo extends AbstractRelationship | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Exception extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class HasMany extends AbstractRelationship | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class HasOne extends AbstractRelationship | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class HasOneOf extends AbstractRelationship | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
interface RelationshipInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
class Sql extends AbstractSql | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
abstract class AbstractClause extends AbstractSql | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
* @property $where mixed | ||
*/ | ||
abstract class AbstractPredicateClause extends AbstractClause | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2025 NOLA Interactive, LLC. | ||
* @license https://www.popphp.org/license New BSD License | ||
* @version 6.5.0 | ||
* @version 6.6.0 | ||
*/ | ||
abstract class AbstractSql | ||
{ | ||
|
Oops, something went wrong.