?TIMEZONE SET IN ZEND FRAMEWORK? To set Timezone in Zend Framework. You should place the following code in Bootstrap.php file. protected function _initAutoload(){ date_default_timezone_set('Asia/Dhaka'); } So that from now your application’s timezone will be set in Asia/Dhaka.
Blog Posts
Sometimes it’s very essential to test email transaction from localhost in raw PHP or in CakePHP. Today I will show you how to send email from localhost in CakePHP using CakeEmail Component. You must follow the following steps to make it done.. Step 1: Open your localhost php.ini file. It is located inside your server’s PHP directory. Step 2: Inside php.ini please add?the following code and save your modified php.ini file. extension=php_openssl.dll Step 3: Now need to configure your CakePHP …
It is so much important to visualize your website’s information for Google search, Facebook Post and everywhere. And each of the sites follow few rules of their own. Google Follow micro-data of schema.org and Facebook has developed it’s own Open Graph Protocol. To ensure your website’s?appearance in Facebook you should write down few custom <meta> information inside your website. What happened when you type a URL in Facebook post? See my following image. When you just post any URL then …
?Google Adsense is really a good source of income? Google adsense is really a good source for income online. But remember this Google Adsense is a hottest service of Google so it’s not so easy to eat the revenue enough from it within a single day or withing a single month. Just you need to keep carrrying doing work. Google Adsense is doing it’s service since June 18, 2003. It’s distributing it’s revenue by serving advertisements globally. Google heavily track …