Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Hide Source Code in Deployment
Post: Hide Source Code in Deployment

Is there a way to bundle a full CI3 project as an executable to be delivered to a client ? Basically I need to deploy the site to multiple clients’ owned servers where the source code is not part o...
371 Views
2 Replies
11-09-2023, 02:15 AM
anjanesh
    Thread: What is the use of CI_database2->load->database when I can reference the database
Post: What is the use of CI_database2->load->database wh...

PHP Code: -- /* db6 = project_orange db7 = project_banana */ $this->db6 = $CI_database2->load->database('project_orange', TRUE); $this->db7 = $CI_database2->load->database('project_banana', TRUE...
311 Views
0 Replies
03-21-2023, 04:38 AM
anjanesh
    Thread: Surprised to see codeigniter 3.x running successfull with PHP 8.0 as well.
Post: RE: Surprised to see codeigniter 3.x running succe...

I have CI3 codebase running on PHP 7.2 - do you recommend upgrading to PHP 8.2 ?
31,832 Views
16 Replies
02-15-2023, 03:26 AM
anjanesh
    Thread: Using CI version 3.1.3
Post: RE: Using CI version 3.1.3

Thanks you for the link.
1,318 Views
4 Replies
01-25-2023, 12:42 AM
anjanesh
    Thread: Using CI version 3.1.3
Post: Using CI version 3.1.3

Need to work on a an existing 5 year old CodeIgniter ver 3.1.3 project. 1. What's the difficulty level in upgrading to 4.3.1 ? 2. Any chance of using InertiaJS for CI3 ?
1,318 Views
4 Replies
01-24-2023, 11:39 PM
anjanesh
    Thread: Laracasts for CodeIgniter
Post: RE: Laracasts for CodeIgniter

Thanks for all the useful links.
1,075 Views
4 Replies
01-14-2023, 12:33 AM
anjanesh
    Thread: Jquery.php ? Where's the JavaScript file ?
Post: RE: Jquery.php ? Where's the JavaScript file ?

I did `php -S localhost:8000` - now how do I see the jQuery JS file in the browser like http://localhost:8000/themes/js/jquery/jquery.js But why does there exists PHP functions like `protected func...
1,029 Views
2 Replies
01-08-2023, 07:27 AM
anjanesh
    Thread: Jquery.php ? Where's the JavaScript file ?
Post: Jquery.php ? Where's the JavaScript file ?

I just downloaded CI 3 - I can there's a system/libraries/Javascript/Jquery.php - why this a PHP file ? Where is jquery.min.js file ?
1,029 Views
2 Replies
01-06-2023, 09:52 PM
anjanesh
    Thread: Laracasts for CodeIgniter
Post: Laracasts for CodeIgniter

Is there any resource like Laracasts for CodeIgniter ? I need to learn CodeIgniter from somewhere.
1,075 Views
4 Replies
01-06-2023, 03:33 AM
anjanesh

Theme © iAndrew 2016 - Forum software by © MyBB