Experimental project
This is a sandbox project, which contains experimental code for developer use only.
The purpose of this project is to provide to drupal programmers an easy way to access an save datas located in drupal entities.
Done
- Queries to 1 Single node entity.
- 1-1 relations.
- 1-n relations.
Usage
Include this code in your module
//example code
$ci = "12345";
$partner = EntitiesData::getDatas('node', 'persona', "nombres apellido_paterno", "ci=$ci");
//this return a array of arrays
To do
Queries for get:
- n-1 relations.
- n-n relations.
Queries for set:
- 1-n relations.
- n-1 relations.
- 1-1 relations.
- n-n relations.
Supporting organizations:
Support
Project information
- Project categories: Developer tools
- Created by vacho on , updated

