+------------+---------------+--------------+-------------------+
| Product ID | Product title | Attribute ID | Product attribute |
+------------+---------------+--------------+-------------------+
| 157 | Innojam | 1868 | Viva |
| 157 | Innojam | 2931 | Zathin |
| 157 | Innojam | 4623 | Namfix |
| 157 | Innojam | 5372 | Fixflex |
| 157 | Innojam | 9996 | Voltsillam |
| 287 | Zazio | 2018 | Trippledex |
sudo apt-get install autoconf
sudo apt-get install autotools-dev
sudo apt-get install automake
sudo apt-get install libtool
sudo apt-get install libxml2-dev
sudo apt-get install libssl-dev
sudo apt-get install libvorbis-dev
sudo apt-get install libcurl4-gnutls-dev
sudo apt-get install libxslt-dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * as from - https://github.com/FrenkyNet/Monga | |
| */ | |
| $connection = Monga::connection($dns, $connectionOptions); | |
| $database = $connection->database('db_name'); | |
| $collection = $database->collection('collection_name'); |