Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: DIFINING A ROUTE
Post: RE: DIFINING A ROUTE

InsiteFX Wrote: (02-27-2024, 03:33 AM) -- CodeIgniter 4 User Guide - URI Routing - Assigning Namespace (https://codeigniter.com/user_guide/incoming/routing.html#assigning-namespace) -- Thank you fo...
318 Views
3 Replies
02-27-2024, 03:40 AM
SubrataJ
    Thread: DIFINING A ROUTE
Post: DIFINING A ROUTE

I would like to know which one is the best practice to define a route in CodeIgniter 4: PHP Code: -- $routes->post('registration', [ApiVendorAuthController::class, 'registerVendor']); $routes->post...
318 Views
3 Replies
02-27-2024, 01:16 AM
SubrataJ
    Thread: CodeIgniter: the last year
Post: RE: CodeIgniter: the last year

thank you yo all awesome contributors and community
4,553 Views
12 Replies
01-17-2024, 09:32 PM
SubrataJ
    Thread: CodeIgniter 3.1.11 error
Post: RE: CodeIgniter 3.1.11 error

mils Wrote: (12-06-2023, 11:13 PM) -- ozornick Wrote: (12-05-2023, 09:52 AM) -- I don't remember what's in version 3, but why not start with the latest 4.4.x if you're a beginner? Or at least take t...
736 Views
6 Replies
12-07-2023, 02:56 AM
SubrataJ
    Thread: Im getting Codeigniter shield issue
Post: RE: Im getting Codeigniter shield issue

Could you kindly provide more details regarding the term 'last active information'? I would appreciate a more in depth explanation to better understand the context and specifics of what you are referr...
357 Views
2 Replies
11-24-2023, 03:27 AM
SubrataJ
    Thread: CI4 support MariaDB?
Post: RE: CI4 support MariaDB?

captain-sensible Wrote: (11-21-2023, 05:43 AM) -- SubrataJ Wrote: (11-21-2023, 03:54 AM) -- #Question, which one would you prefer while working with a large dataset? -- How large ? -- For example,...
1,339 Views
11 Replies
11-21-2023, 05:58 AM
SubrataJ
    Thread: ETA on CI3 PHP8.2 support?
Post: RE: ETA on CI3 PHP8.2 support?

At a certain juncture, it becomes imperative to transition to CodeIgniter 4 or a later version. Given the current shortage of contributors, this shift is unavoidable. It's unrealistic to expect contin...
6,187 Views
26 Replies
11-21-2023, 04:23 AM
SubrataJ
    Thread: CI4 support MariaDB?
Post: RE: CI4 support MariaDB?

#Question, which one would you prefer while working with a large dataset?
1,339 Views
11 Replies
11-21-2023, 03:54 AM
SubrataJ
    Thread: multiply percentage (Using Codeigniter 3)
Post: RE: multiply percentage (Using Codeigniter 3)

You are welcome, please mark it as solved.  :D
465 Views
4 Replies
11-13-2023, 01:16 AM
SubrataJ
    Thread: multiply percentage (Using Codeigniter 3)
Post: RE: multiply percentage (Using Codeigniter 3)

You can do this  Code: -- Sum of this Example = --
465 Views
4 Replies
11-13-2023, 01:06 AM
SubrataJ
    Thread: Problem using REPLACE() in mysql
Post: RE: Problem using REPLACE() in mysql

I see, it appears that the extra space is being added specifically when you're replacing with a comma. This might be related to how the database driver or the query builder handles certain characters....
699 Views
4 Replies
10-25-2023, 10:47 PM
SubrataJ
  Tongue Thread: Bonfire 2 Site Offline
Post: Bonfire 2 Site Offline

While experimenting with 'Bonfire 2,' I intentionally took the website offline and logged out from the superadmin account. Consequently, I currently find myself unable to access the login screen throu...
477 Views
2 Replies
10-20-2023, 11:28 PM
SubrataJ
    Thread: Website Dev
Post: RE: Website Dev

What kind of help you are looking for?
960 Views
5 Replies
10-08-2023, 11:33 PM
SubrataJ
    Thread: Smarter forms in regards to ENTER key
Post: RE: Smarter forms in regards to ENTER key

what about this version Code: -- (() => {   'use strict';   let cancelButtonId = null;   let theForm = null;   const ourInputs = [];   const focusNext = () => {     const currentField = do...
696 Views
4 Replies
09-20-2023, 04:02 AM
SubrataJ
    Thread: how to write command to run cron on hostinger
Post: RE: how to write command to run cron on hostinger

I will assume it's CodeIgniter 3 since you have an application folder. Your cron path should be "public_html/admin/index.php send_birthmail" to trigger the cron job that sends emails
528 Views
2 Replies
08-03-2023, 06:44 AM
SubrataJ
    Thread: Can we process multiple urls at once in curlrequest
Post: RE: Can we process multiple urls at once in curlre...

Muzikant Wrote: (06-13-2023, 02:36 AM) -- You can download files parallelly directly from PHP CURL with multi CURL. If I can ask you, what type of project do you making? -- It's a document manageme...
562 Views
2 Replies
06-13-2023, 03:26 AM
SubrataJ
    Thread: Can we process multiple urls at once in curlrequest
Post: Can we process multiple urls at once in curlreques...

Is there any way we can process multiple URLs  in  PHP Code: -- $client = \Config\Services::curlrequest(); -- for example, this is URL set which is coming from the database itself PHP Code: --...
562 Views
2 Replies
06-13-2023, 12:01 AM
SubrataJ
    Thread: Events (SOLVED)
Post: RE: Events

kenjis Wrote: (06-12-2023, 04:44 PM) -- You need to load your CustomEvents.php by yourself. For example, add `require 'path/to/your/CustomEvents.php';` in app/Config/Events.php. -- Thank you @"...
679 Views
2 Replies
06-12-2023, 10:56 PM
SubrataJ
  Big Grin Thread: Events (SOLVED)
Post: Events (SOLVED)

Can we do this by extending Events? PHP Code: -- This s my CustomEvents.php file ---
679 Views
2 Replies
06-12-2023, 05:16 AM
SubrataJ
    Thread: ci4 curl
Post: RE: ci4 curl

InsiteFX Wrote: (02-16-2023, 12:05 AM) -- PHP Code: --
1,575 Views
5 Replies
05-19-2023, 03:55 AM
SubrataJ

Theme © iAndrew 2016 - Forum software by © MyBB