Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Using with Codeingiter 3
Post: Using with Codeingiter 3

Hi, we are using codeigniter 4 in a subfolder  for codigniter 3 project. There are 2 different databases, one for project with CI3 and another for CI4. Also both databases communicate with each othe...
826 Views
0 Replies
12-23-2021, 02:35 AM
harpreetsb
    Thread: Using the form validator with AJAX
Post: RE: Using the form validator with AJAX

iampuping Wrote: (01-25-2021, 09:15 PM) -- I am submitting a form to my controller with AJAX, not via the action/method of the form itself. How do I use the validator with this method, since the data...
1,477 Views
2 Replies
02-02-2021, 02:00 AM
harpreetsb
  Bug Thread: BUG: Parser Service
Post: BUG: Parser Service

Hi, This may be a possible bug, not sure though. I have data for the HTML like: PHP Code: -- $data = [                 'asset_url' => site_url(),                 'claimer_name' => $claimData->...
837 Views
0 Replies
05-13-2020, 12:28 AM
harpreetsb
    Thread: Module's array config in ENV does not work
Post: RE: Module's array config in ENV does not work

Found the Solution: Solution is to define your array in config. PHP Code: --
1,610 Views
1 Replies
05-12-2020, 03:27 AM
harpreetsb
  Question Thread: Module's array config in ENV does not work
Post: Module's array config in ENV does not work

Hi, I have a module as Code: -- modules\Emails modules\Emails\Config modules\Emails\Controllers modules\Emails -- Now in my .env file I have following Code: -- Emails\Config\Email.sendTo = ...
1,610 Views
1 Replies
05-12-2020, 03:03 AM
harpreetsb
    Thread: HTACCESS Redirect subdomain to controller
Post: HTACCESS Redirect subdomain to controller

Hi, I am stuck at a problem with .HTACCESS FILE. Scenario: We have a domain https://example.com and the admin panel is in a folder like Code: -- application/controllers/manage/ -- Now I need thi...
1,326 Views
0 Replies
05-06-2020, 12:22 AM
harpreetsb
    Thread: ERROR EXCEPTION while throwing an error
Post: ERROR EXCEPTION while throwing an error

Hi, Was working with php-amqplib (https://github.com/php-amqplib/php-amqplib) PHP Code: -- try { $this->connection = new AMQPStreamConnection( 'localhost', 5672, $this->config...
978 Views
0 Replies
04-27-2020, 09:27 PM
harpreetsb
  Question Thread: Using Entity with model, return empty Object
Post: Using Entity with model, return empty Object

Hello there, Hope you are safe and healthy. PROBLEM: PHP Code: -- $user = $userModel->where('user_email', $email)->first(); // ^ this is null -- Controller Code: PHP Code: --   public functi...
2,548 Views
1 Replies
04-13-2020, 06:50 AM
harpreetsb

Theme © iAndrew 2016 - Forum software by © MyBB