Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
gportal_likes.php
1 <?php
2 /**
3  * Gentics Portal.Node PHP
4  * Author & Copyright (c) by Gentics Software GmbH
5  * sales@gentics.com
6  * http://www.gentics.com
7  * Licenses can be found in the LICENSE.txt file in the root-folder of this installation
8  * You must not use this software without a valid license agreement.
9  *
10  */
11 return array(
12  'sample1' => array(
13  'user_id' => 1,
14  'content_id' => 100,
15 
16  ),
17  'sample2' => array(
18  'user_id' => 2,
19  'content_id' => 100,
20 
21  ),
22  'sample3' => array(
23  'user_id' => 3,
24  'content_id' => 100,
25 
26  ),
27  'sample4' => array(
28  'user_id' => 4,
29  'content_id' => 101,
30 
31  )
32 );