Registry / orm / propel-propel1

propel-propel1

JSON →
library1.7.2phppackagistunverified

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

composer require propel/propel1
INSTALL
IMPORT
SIG · PROPEL-PROPEL1
P
propel-propel1
ormphpv1.7.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Propel
use Propel\Runtime\Propel;

Initialize Propel and fetch all books from the database.

use Propel\Runtime\Propel; $con = Propel::getConnection(); $books = BookQuery::create()->find(); foreach ($books as $book) { echo $book->getTitle(); }
Debug
Known issues
breakingPropel 1 is designed for PHP5; may not work with PHP7+ without modifications.
fix
Consider upgrading to Propel 2 or use a compatibility layer.
affects: >=7.0
Upgrade
Version history
1.7.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
40
OpenAI (training)
1
Resources
propel-propel1 — pip install propel-propel1 · libregistry