But probably the most convenient way is to use the paper bibtexkey in \cite (so that if you import a bib file with the correct cites it will be transparently handled by phpbibliography too :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
can you expand on this please?
with some examples?
In bibtex you can do something like this:
@Article{paperA, ... }
@Article{paperB, ..., note={This is an extended version of \cite{paperA}}
It would be nice to be able to do the same thing, which should be rendered as an HTML-link in the webpage, and as a \cite{} in the generated bibtex.
Maybe you could generated bibtex-identifiers using the DB-id (like, paper1, paper85, ...) and handle \cite{paperXXX} in the fields.
OK, I see.
But probably the most convenient way is to use the paper bibtexkey in \cite (so that if you import a bib file with the correct cites it will be transparently handled by phpbibliography too :)
You're absolutely right, I completely overlooked the field "bibtex-key".
additionally, phpbibliography has a procedure in the admin menu to automatically generate (univocally) missing bibtex keys :)