PHP lithium\data\source 네임스페이스

중첩된 네임스페이스

lithium\data\source\database
lithium\data\source\http
lithium\data\source\mongo_db

클래스들

이름 설명
Database
Http Http class to access data sources using \lithium\net\http\Service.
Mock The `Mock` data source is used behind-the-scenes when a model does not use a backend data source.
MongoDb A data source adapter which allows you to connect to the MongoDB database engine. MongoDB is an Open Source distributed document database which bridges the gap between key/value stores and relational databases. To learn more about MongoDB, see here: [http://www.mongodb.org/](http://www.mongodb.org/).
Result The `Result` class is a wrapper around a forward-only data soure result cursor and can be used to iterate over it.