General mixed stuff about CakePHP, Delta Search

Q1 : how to print query of find cakephp? ans: $log = $this->getDataSource()->getLog(false, false); debug($log); Q2: Socket transport “ssl” in PHP not enabled? ans: Rename php.ini-production to php.ini (in C:\xampp\php\ folder) Edit php.ini and uncomment extension_dir=ext. Also uncomment extension=php_openssl.dll. Q3. how to close current tab ans: window.open(”,’_self’).close();   Q4: How to remove Delta search: I have … Read more