Skip to content
Commit 24f28443 authored by Krylov's avatar Krylov
Browse files

1. Started FAQ in README

2. added logic in _db_get() function to check for types listed as exposed. NB the "===". "==" returns true all the time.
Added 'type' to the default SQL query to get an object with type.
3. added a helper function _content_share_exposed('types') to get an array of types of fields based on the authentication state
4. added logic in retrieve() function to check for fields listed as exposed. NB the "===". "==" returns true all the time.
5. renamed underscore functions to enclude the module name to avoid possible name clashes
parent a09cb5db
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment