<?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 Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/tag/codeigniter/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/tag/codeigniter/</link>
	<description>Code Solution</description>
	<lastBuildDate>Sun, 06 Jun 2021 23:39:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://codeplaners.com/wp-content/uploads/2020/09/cropped-favicon-social-32x32.png</url>
	<title>codeigniter Archives - Codeplaners</title>
	<link>https://codeplaners.com/tag/codeigniter/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to remove index.php in codeigniter using htaccess</title>
		<link>https://codeplaners.com/how-to-remove-index-php-in-codeigniter-using-htaccess/</link>
					<comments>https://codeplaners.com/how-to-remove-index-php-in-codeigniter-using-htaccess/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 06 Jun 2021 23:39:36 +0000</pubDate>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[Htaccess]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=974</guid>

					<description><![CDATA[<p>Hi, Today, i we will show you how to remove index.php in codeigniter using htaccess. This article will give you simple example of how to remove index.php in codeigniter using htaccess. you will learn how to remove index.php in codeigniter using htaccess. In this article, I will tell you how to remove index.php from url &#8230; <a href="https://codeplaners.com/how-to-remove-index-php-in-codeigniter-using-htaccess/" class="more-link">Continue reading<span class="screen-reader-text"> "How to remove index.php in codeigniter using htaccess"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-remove-index-php-in-codeigniter-using-htaccess/">How to remove index.php in codeigniter using htaccess</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hi,</p>
<p>Today, i we will show you how to remove index.php in codeigniter using htaccess. This article will give you simple example of how to remove index.php in codeigniter using htaccess. you will learn how to remove index.php in codeigniter using htaccess. </p>
<p>In this article, I will tell you how to remove index.php from url in codeigniter using htaccess file. I will tell you how to remove index.php from url using htaccess in codeigniter. </p>
<p>So let&#8217;s follow few step to create example of how to remove index.php in codeigniter using htaccess.</p>
<p><strong>.htaccess</strong></p>
<pre class="brush: php; title: ; notranslate">
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 &#x5B;L]
</pre>
<p>update your htaccess file and check it.</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-remove-index-php-in-codeigniter-using-htaccess/">How to remove index.php in codeigniter using htaccess</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-remove-index-php-in-codeigniter-using-htaccess/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Selected Option Text Example In Vue JS</title>
		<link>https://codeplaners.com/selected-option-text-example-in-vue-js/</link>
					<comments>https://codeplaners.com/selected-option-text-example-in-vue-js/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 08 May 2021 00:10:18 +0000</pubDate>
				<category><![CDATA[Vue Js]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[vue js]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=634</guid>

					<description><![CDATA[<p>In this article, we will show you selected option text example in vue js. This article will give you simple example of selected option text example in vue js. we can easily selected option text example in vue js. In this example, we will take a simple dropdown with some options like laravel, php, codeigniter, &#8230; <a href="https://codeplaners.com/selected-option-text-example-in-vue-js/" class="more-link">Continue reading<span class="screen-reader-text"> "Selected Option Text Example In Vue JS"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/selected-option-text-example-in-vue-js/">Selected Option Text Example In Vue JS</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this article, we will show you selected option text example in vue js. This article will give you simple example of selected option text example in vue js. </p>
<p>we can easily selected option text example in vue js. In this example, we will take a simple dropdown with some options like laravel, php, codeigniter, etc. when you select it. we will selected option text example in vue js.</p>
<h3>Example:-</h3>
<pre class="brush: xml; title: ; notranslate">
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;title&gt;Selected Option Text Example In Vue JS  - codeplaners.com&lt;/title&gt;
    &lt;script src=&quot;https://cdn.jsdelivr.net/npm/vue&quot;&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    
&lt;div id=&quot;app&quot;&gt;
    
  &lt;select name=&quot;category_id&quot; @change=&quot;onChange($event)&quot; class=&quot;form-control&quot;&gt;
     &lt;option&gt;--- Select Category ---&lt;/option&gt;
     &lt;option value=&quot;1&quot;&gt;PHP&lt;/option&gt;
     &lt;option value=&quot;2&quot;&gt;Laravel&lt;/option&gt;
     &lt;option value=&quot;3&quot;&gt;Codeigniter&lt;/option&gt;
     &lt;option value=&quot;4&quot;&gt;Vue JS&lt;/option&gt;
     &lt;option value=&quot;5&quot;&gt;Angular JS&lt;/option&gt;
  &lt;/select&gt;
    
&lt;/div&gt;
    
&lt;script type=&quot;text/javascript&quot;&gt;
    
    var app = new Vue({
      el: '#app',
      methods: {
          onChange(event) {
              var optionValue = event.target.value;
              var optionText = event.target.options&#x5B;event.target.options.selectedIndex].text;
              
              console.log(optionText);
              console.log(optionValue);
          }
      }
    })
    
&lt;/script&gt;
     
&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>The post <a rel="nofollow" href="https://codeplaners.com/selected-option-text-example-in-vue-js/">Selected Option Text Example In Vue JS</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/selected-option-text-example-in-vue-js/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install CodeIgniter 4</title>
		<link>https://codeplaners.com/how-to-install-codeigniter-4/</link>
					<comments>https://codeplaners.com/how-to-install-codeigniter-4/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 17 Mar 2021 09:52:32 +0000</pubDate>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[CodeIgniter 4 install]]></category>
		<category><![CDATA[CodeIgniter install]]></category>
		<category><![CDATA[composer]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=495</guid>

					<description><![CDATA[<p>CodeIgniter 4 PHP version 7.3 or newer is required, with the *intl* extension and *mbstring* extension installed. The earlier version requires a minimum PHP 5.3 version or higher. In this article, I show how you install the Codeigniter 4 project Enable extensions Manual Install Using composer Run Step 1:- Enable extensions Open php.ini file to &#8230; <a href="https://codeplaners.com/how-to-install-codeigniter-4/" class="more-link">Continue reading<span class="screen-reader-text"> "How to install CodeIgniter 4"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-codeigniter-4/">How to install CodeIgniter 4</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>CodeIgniter 4 PHP version 7.3 or newer is required, with the *intl* extension and *mbstring* extension installed. The earlier version requires a minimum PHP 5.3 version or higher.</p>
<p>In this article, I show how you install the Codeigniter 4 project</p>
<ol>
<li>Enable extensions</li>
<li>Manual Install</li>
<li>Using composer</li>
<li>Run</li>
</ol>
<h3>Step 1:- Enable extensions</h3>
<p>Open <strong>php.ini</strong> file to enable <strong>intl</strong> and <strong>mbstring</strong> extension.<br />
Search extension in the file.</p>
<pre class="brush: php; title: ; notranslate">
extension=intl.dll
extension=mbstring.dll
</pre>
<p>Remove semicolon <strong>(;)</strong> if exists to enable the extension.<br />
Restart xampp server.</p>
<h3>Step 2:- Manual Install</h3>
<ol>
<li>Download CodeIgniter 4 zip file from <a style="color:red;" href="https://codeigniter.com/download">here.</a></li>
<li>Copy in the <strong>htdocs/</strong> folder and extract it.</li>
<li>Rename the folder (e.g. codeigniter4).</li>
</ol>
<h3>Step 3:- Using composer</h3>
<p><strong>Run the following command</strong></p>
<pre class="brush: php; title: ; notranslate">
composer create-project codeigniter4/appstarter project-root
</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2021/03/cmdcdi.jpg" alt="install CodeIgniter 4 with composer"></p>
<h3>Step 4:- Run</h3>
<p>Run the project <strong>public/</strong> folder.</p>
<pre class="brush: php; title: ; notranslate">http://localhost/YOUR_FOLDER_NAME/public/</pre>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-codeigniter-4/">How to install CodeIgniter 4</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-install-codeigniter-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Codeigniter in localhost</title>
		<link>https://codeplaners.com/how-to-install-codeigniter-in-localhost/</link>
					<comments>https://codeplaners.com/how-to-install-codeigniter-in-localhost/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 14 Oct 2020 07:01:45 +0000</pubDate>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[ci install]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[codeigniter install localhost]]></category>
		<category><![CDATA[codeigniter installation]]></category>
		<category><![CDATA[config codeigniter]]></category>
		<category><![CDATA[database config ci]]></category>
		<category><![CDATA[localhost]]></category>
		<guid isPermaLink="false">http://localhost/codeplaners/?p=259</guid>

					<description><![CDATA[<p>This post was last updated on February 14th, 2021 at 04:31 pmCodeigniter Installation Instructions Setp  1)  Unzip the Codeigniter package file. Setp  2)  When you unzip the files Upload the CodeIgniter folders and files to your local server htdocs folder. The index.php file will be at your root. Setp 3)  Open the application/config/config.php file with a text &#8230; <a href="https://codeplaners.com/how-to-install-codeigniter-in-localhost/" class="more-link">Continue reading<span class="screen-reader-text"> "How to install Codeigniter in localhost"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-codeigniter-in-localhost/">How to install Codeigniter in localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="last-modified">This post was last updated on February 14th, 2021 at 04:31 pm</p><h4>Codeigniter Installation Instructions</h4>
<p><strong>Setp  1)</strong>  Unzip the Codeigniter package file.</p>
<p><strong>Setp  2)  </strong>When you unzip the files Upload the CodeIgniter folders and files to your local server htdocs folder. The <em>index.php</em> file will be at your root.</p>
<p><strong>Setp 3)  </strong>Open the <em>application/config/config.php</em> file with a text editor whatever you are using subline, dreamviewer, notepad++ etc, then set your base URL. If you intend to use encryption or sessions, set your encryption key.</p>
<p><strong>Setp  4)  </strong>If you intend to use a database, open the <em>application/config/database.php</em> file with a text editor whatever you are using subline, dreamviewer, notepad++ etc, orset your database settings.</p>
<p>&nbsp;</p>
<p>Now we are going step by step installing the codeignator or showing you how can we are install the codeignator on our local server so please read the complete article seriously.</p>
<p><strong>Step 5)</strong> Open the following URL in your browser <a href="https://codeigniter.com/">https://codeigniter.com/</a></p>
<p>Click on the below button download link to the latest version of the CI framework.</p>
<p><a href="https://codeigniter.com/"><img decoding="async" loading="lazy" class="aligncenter" src="https://codeplaners.com/wp-content/uploads/2020/10/download.png" width="294" height="98" /></a></p>
<p><strong>Step 6)</strong> Clicking the above link will download the framework as a zipped folder. Unzip the contents of CodeIgniter-v4.0.4.zip</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/01-5.jpg" /></p>
<p><strong>Step 7)</strong> Then download the file you extract the your local host directory then you extract the zip. You can follow the following steps to start your project. Create a new directory in on your development drive, e.g, C:\xampp\htdocs\codeigniter</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/02-4.jpg" /></p>
<p><strong>Step 8) </strong>Now you see the config file in the directory</p>
<pre> C:\xampp\htdocs\codeigniter\application\config/config.php</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/03-6.jpg" /></p>
<p><strong>Step 9)  </strong>Then you going to the edit file you find the this php code after the you enter the your localhost server url directory.</p>
<pre> $config['base_url'] = ‘http://localhost’;</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/04-2.jpg" /></p>
<p><strong>Step 10) </strong>After then you need to establish the connectivity to your database. Go to the path application/config/database.php file. now you go to the these folder follow the directory</p>
<pre> application/config/database.php</pre>
<p>then edit the text editor and set your database settings.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/ci-database.jpg" /></p>
<p><strong>Step 11) </strong>Created the database in phpmyadmin or place the database name in database.php file in your text editor you edit the file.</p>
<pre>$db['default'] = array(
	'dsn'	=&gt; '',
	'hostname' =&gt; 'localhost',
	'username' =&gt; 'root',
	'password' =&gt; '',
	'database' =&gt; 'enter your database name here...',
	'dbdriver' =&gt; 'mysqli',
	'dbprefix' =&gt; '',
	'pconnect' =&gt; FALSE,
	'db_debug' =&gt; (ENVIRONMENT !== 'production'),
	'cache_on' =&gt; FALSE,
	'cachedir' =&gt; '',
	'char_set' =&gt; 'utf8',
	'dbcollat' =&gt; 'utf8_general_ci',
	'swap_pre' =&gt; '',
	'encrypt' =&gt; FALSE,
	'compress' =&gt; FALSE,
	'stricton' =&gt; FALSE,
	'failover' =&gt; array(),
	'save_queries' =&gt; TRUE
);</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/05-1.jpg" /></p>
<p><strong>Step 12) </strong>That&#8217;s finish the setup codeigniter now you run the your folder directory or you see codeignator is working fine on your browser screen.</p>
<p>Load the following URL into your browser</p>
<pre> http://localhost/codeigniter</pre>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2020/10/ci-browser.jpg" /></p>
<p>We hope you are understand the read complete article installing the codeigniter on local server.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-codeigniter-in-localhost/">How to install Codeigniter in localhost</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-install-codeigniter-in-localhost/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
