Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Internationalization and localization (i18n) for CodeIgniter 3.0?
Post: RE: Internationalization and localization (i18n) f...

For multilingual URL in CodeIgniter website, I think you can use  PHP Code: -- $autoload['helper'] = array('url'); -- in your autoload.php website. Source: https://www.cloudways.com/blog/mul...
25,632 Views
0 Replies
02-20-2018, 02:51 AM
olivedev
    Thread: How to upload project to cpanel godady?
Post: RE: How to upload project to cpanel godady?

ilejesthe Wrote: (02-23-2017, 02:18 AM) -- what if i have managed wordpress website hosting then where i can found cpanel -- I don't think you will find cpanel on managed WP server, because cpan...
6,145 Views
3 Replies
12-19-2017, 01:41 AM
olivedev
    Thread: how to pass array from view to controller
Post: RE: how to pass array from view to controller

To pass data to view in codeigniter, especially for array, you can do this PHP Code: -- $data = array(    'title' => 'Title',    'heading' => 'Heading',    'message' => ' Message' ); $thi...
30,452 Views
7 Replies
09-19-2017, 04:39 AM
olivedev
    Thread: A Guide on Creating a Simple REST API in CodeIgniter
Post: A Guide on Creating a Simple REST API in CodeIgnit...

My friend published this guide on creating a REST API in CodeIgniter. Here is the process he followed: Installation of Codeigniter framework Database and table(s) creation Setup libraries and perm...
14,059 Views
2 Replies
07-31-2017, 05:01 AM
olivedev
    Thread: Best Hosting in US?
Post: RE: Best Hosting in US?

Cloudways (https://www.cloudways.com/en/php-cloud-hosting.php ) is a great option. If you use it with Envoyer for auto deployment, you can save a lot of time. It is basically a managed platform, which...
24,327 Views
0 Replies
07-25-2017, 07:38 AM
olivedev
    Thread: Recent PHP 7 Framework Benchmark Comparisons
Post: RE: Recent PHP 7 Framework Benchmark Comparisons

Laravel performance should be better than what is mentioned here. Not sure about 5.2, but this article (https://www.cloudways.com/blog/laravel-5-benchmarks-php-5-6-and-7/ ) has benchmark of 5.4 on bot...
52,927 Views
24 Replies
07-06-2017, 05:26 AM
olivedev
    Thread: Codeigniter on PHP paas
Post: RE: Codeigniter on PHP paas

I have used Cloudways PaaS for managed hosting of my CodeIgniter based website. They are really good, as in I can deploy my app on server in just few minutes. Their stack is also really great for perf...
7,511 Views
4 Replies
09-23-2016, 04:56 AM
olivedev

Theme © iAndrew 2016 - Forum software by © MyBB