http://stackoverflow.com/questions/34176597/retrieve-instagram-user-email-address
Thursday, 23 February 2017
Wednesday, 1 February 2017
how to wtite where condition in mongo db and get data depands on mongodb ojectid
$result=$this->mongo_db->where((object)array('_id'=>$id))->set($data)->update('adminuser');
Monday, 23 January 2017
codeigniter.htaccess used for remove the index.php file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /tasteapp/index.php/$1 [L]
</IfModule>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /tasteapp/index.php/$1 [L]
</IfModule>
Thursday, 12 January 2017
link for get the mogodb dll file for php support.
http://www.discussdesk.com/integrate-mongodb-in-codeigniter.htm
mongodbphp.ddl
how to install mongoDb in window
http://stackoverflow.com/questions/20796714/what-is-the-way-to-start-mongo-db-from-windows-7-64-bit
mongodb setup
Subscribe to:
Posts (Atom)