mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update MongoGridFS "see also" links and format as a list
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329046 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
65c7a68e87
commit
48b24042d6
1 changed files with 5 additions and 7 deletions
|
@ -258,13 +258,11 @@ $grid->storeBytes($bytes, array("whatever" => "metadata", "you" => "want"));
|
|||
|
||||
<section>
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
MongoDB core docs on
|
||||
<link xlink:href="&url.mongodb.dochub.gridfs;">GridFS</link>. There's also
|
||||
a nice intro to <link xlink:href="&url.mongodb.gridfs.fileupload;">saving
|
||||
user uploads</link> and <link xlink:href="&url.mongodb.gridfs.metadata;">
|
||||
adding metadata</link> at LightCubeSolutions.com.
|
||||
</para>
|
||||
<simplelist>
|
||||
<member>MongoDB core docs on <link xlink:href="&url.mongodb.docs.gridfs;">GridFS</link></member>
|
||||
<member>LightCube Solutions blog post on <link xlink:href="&url.mongodb.gridfs.fileupload;">saving user uploads</link></member>
|
||||
<member>LightCube Solutions blog post on <link xlink:href="&url.mongodb.gridfs.metadata;">adding metadata to files</link></member>
|
||||
</simplelist>
|
||||
</section>
|
||||
</partintro>
|
||||
|
||||
|
|
Loading…
Reference in a new issue