<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Codeigniter &#8211; Hamza Siddiqui</title>
	<atom:link href="https://www.mhamzas.com/blog/category/codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.mhamzas.com</link>
	<description>4x Salesforce MVP &#124; 26x Certified &#124; Salesforce App &#38; System Architect</description>
	<lastBuildDate>Thu, 09 Jan 2020 15:01:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">233526040</site>	<item>
		<title>My Blog Wins a Spot in the Top 75 Salesforce Developer Blogs</title>
		<link>https://www.mhamzas.com/blog/2020/01/09/my-blog-wins-a-spot-in-the-top-75-salesforce-developer-blogs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-blog-wins-a-spot-in-the-top-75-salesforce-developer-blogs</link>
					<comments>https://www.mhamzas.com/blog/2020/01/09/my-blog-wins-a-spot-in-the-top-75-salesforce-developer-blogs/#comments</comments>
		
		<dc:creator><![CDATA[hamza]]></dc:creator>
		<pubDate>Thu, 09 Jan 2020 14:53:19 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Marketing Cloud]]></category>
		<category><![CDATA[Mulesoft]]></category>
		<category><![CDATA[Proxmox]]></category>
		<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[top 75 SF blogs]]></category>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3062</guid>

					<description><![CDATA[My blog is selected as one of the Top 75 Salesforce Developer Blogs! This is the most comprehensive list of best Salesforce Developer blogs on the internet and I’m honored to have become part of this elite list!  Feedspot expert review team has done <br /><a href="https://www.mhamzas.com/blog/2020/01/09/my-blog-wins-a-spot-in-the-top-75-salesforce-developer-blogs/" class="more-link btn btn-primary">Read More</a>]]></description>
										<content:encoded><![CDATA[
<p>My blog is selected as one of the Top 75 Salesforce Developer Blogs! </p>



<p>This is the most comprehensive list of best Salesforce Developer blogs on the internet and I’m honored to have become part of this elite list!  <a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blog.feedspot.com/salesforce_developer_blogs/" target="_blank">Feedspot</a> expert review team has done a lot of research, reviews, analysis to rank these blogs.</p>



<p>These blogs are ranked based on the following criteria:</p>



<ul class="wp-block-list"><li>Google reputation and Google search ranking</li><li>Influence and popularity on&nbsp;<a href="https://www.facebook.com/sfdcFanBoy/" target="_blank" rel="noreferrer noopener">Facebook</a>,&nbsp;<a href="https://twitter.com/sfdcFanBoy" target="_blank" rel="noreferrer noopener">Twitter</a>, and other social media sites</li><li>Quality and consistency of posts.</li><li>Feedspot’s editorial team and expert review</li></ul>



<p>  You can have a look at the full list by clicking <a rel="noreferrer noopener" href="https://blog.feedspot.com/salesforce_developer_blogs" target="_blank"><strong>here</strong></a>. </p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mhamzas.com/blog/2020/01/09/my-blog-wins-a-spot-in-the-top-75-salesforce-developer-blogs/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3062</post-id>	</item>
		<item>
		<title>CodeIgniter 3/HMVC error on PHP 7.3</title>
		<link>https://www.mhamzas.com/blog/2019/11/19/codeigniter-3-hmvc-error-on-php-7-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=codeigniter-3-hmvc-error-on-php-7-3</link>
					<comments>https://www.mhamzas.com/blog/2019/11/19/codeigniter-3-hmvc-error-on-php-7-3/#respond</comments>
		
		<dc:creator><![CDATA[hamza]]></dc:creator>
		<pubDate>Mon, 18 Nov 2019 21:36:50 +0000</pubDate>
				<category><![CDATA[Codeigniter]]></category>
		<guid isPermaLink="false">https://www.mhamzas.com/?p=3022</guid>

					<description><![CDATA[If you&#8217;re using HMVC or Codeigniter 3 on new PHP version i.e. 7.3, you might be seeing the following error: Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior <br /><a href="https://www.mhamzas.com/blog/2019/11/19/codeigniter-3-hmvc-error-on-php-7-3/" class="more-link btn btn-primary">Read More</a>]]></description>
										<content:encoded><![CDATA[
<p>If you&#8217;re using HMVC or Codeigniter 3 on new PHP version i.e. 7.3, you might be seeing the following error:</p>



<p><strong>Message: strpos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior</strong></p>



<h2 class="wp-block-heading">Quick Fix : </h2>



<p>Just change application/third_party/MX/Router.php line 239</p>



<p>from this&nbsp;</p>



<pre class="wp-block-code"><code>public function set_class($class)
    {
        $suffix = $this->config->item('controller_suffix');
        if (strpos($class, $suffix) === FALSE)
        {
            $class .= $suffix;
        }
        parent::set_class($class);
    } </code></pre>



<p>to this:</p>



<pre class="wp-block-code"><code>public function set_class($class)
    {
        $suffix = $this->config->item('controller_suffix');
        if( $suffix &amp;&amp; strpos($class, $suffix) === FALSE)
        {
            $class .= $suffix;
        }
        parent::set_class($class);
    } </code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://www.mhamzas.com/blog/2019/11/19/codeigniter-3-hmvc-error-on-php-7-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3022</post-id>	</item>
	</channel>
</rss>
