Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Shield validation question
Post: RE: Shield validation question

janroz Wrote: (07-25-2022, 05:01 AM) -- Hello, I have question about shield for codeigniter 4.  I have backend with form for edit and add new users. I use it like this: PHP Code: -- $this->validat...
8,129 Views
14 Replies
03-27-2024, 07:07 AM
Codinglander
    Thread: CI Builder Question
Post: RE: CI Builder Question

Tomasiomat Wrote: (03-27-2024, 05:36 AM) -- Hello together, I am at a loss. The following query over three tables gives me the following desired result. Code: -- SELECT objekte.obj_strasse, ...
307 Views
3 Replies
03-27-2024, 06:45 AM
Codinglander
    Thread: Error after updating with composer
Post: Error after updating with composer

Hello. I am facing to this error after update my project with "composer update": (I think I postet the same first in a wrong place, so here is the probably right place for this thread) http://kig...
123 Views
1 Replies
03-22-2024, 08:56 AM
Codinglander
    Thread: German-speaking User?
Post: RE: German-speaking User?

NRW/NDS (Melle - Bruchmühlen)
442 Views
3 Replies
03-02-2024, 04:50 AM
Codinglander
    Thread: German-speaking User?
Post: RE: German-speaking User?

I'm looking for this, too.
442 Views
3 Replies
03-01-2024, 02:00 PM
Codinglander
    Thread: Install CI4 on Mac MAMP and with vhosts support
Post: RE: Install CI4 on Mac MAMP and with vhosts suppor...

The DocumentRoot in vHosts must located to the "public" folder in the installation folder. There the apache is looking for the "index.php" to run the bootstrap
446 Views
2 Replies
01-13-2024, 03:49 PM
Codinglander
    Thread: Rule is_unique
Post: RE: Rule is_unique

You have to look in the manual for string-operations with variables : https://www.php.net/manual/en/language.operators.string.php
350 Views
3 Replies
01-06-2024, 03:00 PM
Codinglander
    Thread: Shield views with modals
Post: RE: Shield views with modals

kenjis Wrote: (03-05-2023, 04:59 PM) -- See https://github.com/codeigniter4/shield/blob/6e14423203c9234b62f86617d18371568e859778/src/Controllers/LoginController.php#L63-L65 -- Hello kenjis, yes,...
1,007 Views
4 Replies
03-05-2023, 11:36 PM
Codinglander
    Thread: Shield views with modals
Post: RE: Shield views with modals

InsiteFX Wrote: (03-05-2023, 12:03 AM) -- Shield Customize - Customize Login Redirect (https://github.com/codeigniter4/shield/blob/develop/docs/customization.md#customize-login-redirect) -- Hi Insi...
1,007 Views
4 Replies
03-05-2023, 12:22 PM
Codinglander
  Question Thread: Shield views with modals
Post: Shield views with modals

Hello Community. I am using shield and I have a little problem. I use modals for registration, login and magic-login. If the credentials are okay (all forms passes validation without errors), the...
1,007 Views
4 Replies
03-04-2023, 02:50 PM
Codinglander
    Thread: How To Build A Magazine Layout With CSS Grid Areas
Post: RE: How To Build A Magazine Layout With CSS Grid A...

Very nice, thanks 4 sharing !
1,727 Views
5 Replies
02-08-2023, 02:01 PM
Codinglander
    Thread: Create subquery in WHERE
Post: RE: Create subquery in WHERE

Your $SubQuery return not the SQL statement. It returns the result. You have to use the "getCompiledSelect()" Method for $SubQuery.... https://codeigniter.com/user_guide/database/query_builder.htm...
544 Views
1 Replies
01-18-2023, 04:31 AM
Codinglander
  Question Thread: Use beforeInsert for validation
Post: Use beforeInsert for validation

Hello. The columns in a table include the following: eventday (Type: DATE) wholeDay (Type: BOOLEAN) starts ends (Both Type: DATETIME) Now I have following rules: if the event is a wholeDay...
367 Views
0 Replies
12-15-2022, 04:58 AM
Codinglander
    Thread: Strange sender of emali...
Post: RE: Strange sender of emali...

Here are all the settings I made related to the email class: Controller: PHP Code: -- public function testEmail()     {         $email = service('email');         $email->setFrom('noreply@ki...
1,409 Views
3 Replies
05-12-2022, 08:36 AM
Codinglander
  Bug Thread: Strange sender of emali...
Post: Strange sender of emali...

Hello there, here I am (again)... I want to use SMTP in a project, and it work.  BUT I set the  Code: -- $email->setFrom('[email protected]', 'MySender'); -- and in the recieved mail is given foll...
1,409 Views
3 Replies
05-12-2022, 03:07 AM
Codinglander
    Thread: Poll: Do you use Composer with CI4?
Post: RE: Poll: Do you use Composer with CI4?

I like to use composer, and it works fine if I only use CI. But if I want to install some other composer components  I allways get in trouble, because it don't work like the authors wrote in their gui...
10,300 Views
14 Replies
04-15-2022, 02:15 AM
Codinglander
    Thread: Multiple Applications
Post: RE: Multiple Applications

kenjis Wrote: (04-13-2022, 04:29 PM) -- Check the path is correct. PHP Code: -- echo COMPOSER_PATH; exit; -- By the way, why do you want to use Multiple Applications? It seems there is no pa...
6,327 Views
13 Replies
04-13-2022, 10:32 PM
Codinglander
    Thread: Multiple Applications
Post: RE: Multiple Applications

kenjis Wrote: (04-13-2022, 05:10 AM) -- Okay, the first thing you do is to check the path is correct. ROOTPATH . '../vendor/autoload.php' Is that really correct? The instruction in the user gu...
6,327 Views
13 Replies
04-13-2022, 11:08 AM
Codinglander
    Thread: Multiple Applications
Post: RE: Multiple Applications

kenjis Wrote: (04-13-2022, 02:06 AM) -- It seems the line `$config ??= config('App');` sets null to $config. It means `config('App')` can't find Config\App.php. -- I don't want to disagree with yo...
6,327 Views
13 Replies
04-13-2022, 04:56 AM
Codinglander
    Thread: Multiple Applications
Post: RE: Multiple Applications

kenjis Wrote: (04-12-2022, 11:09 PM) -- The error message says the $config's value is null. Why? -- If I know why I would not ask for a solution of this problem  ;) I only want to have multiple...
6,327 Views
13 Replies
04-13-2022, 01:45 AM
Codinglander

Theme © iAndrew 2016 - Forum software by © MyBB