Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Controller Injector
Post: Controller Injector

Dear Member, First of all, I want to inform to you all, that I've created an injection library for controller in CodeIgniter4. Here is the repositoy link : https://github.com/mjamilasfihani/co...
989 Views
1 Replies
02-14-2023, 04:25 AM
mjamilasfihani
    Thread: Using Dependency Injection
Post: Using Dependency Injection

I want to use this thephpleague/container (https://github.com/thephpleague/container) for my Dependecy Injection, any ideas how to implement it? Thank you and have a nice day!
942 Views
2 Replies
09-24-2022, 03:30 AM
mjamilasfihani
    Thread: url_is bug
Post: RE: url_is improvment?

kenjis Wrote: (11-30-2021, 09:24 PM) -- page?new=hello is not a URI in this context. page is a URI. -- so, url_is only available for URI context only, isn't? [hr] what if we add page?new=hello con...
3,291 Views
3 Replies
11-30-2021, 09:27 PM
mjamilasfihani
  Bug Thread: url_is bug
Post: url_is bug

hi all! I just tried to use url_is function like this : Code: -- echo url_is('page?new=hello') ? 'active' : ''; -- and it doesn't work, as I want. I use CI 4.1.4, am I late information, or it's ou...
3,291 Views
3 Replies
11-30-2021, 09:12 PM
mjamilasfihani
    Thread: I mix BladeOne + Tatter\Assets (alpha)
Post: I mix BladeOne + Tatter\Assets (alpha)

Hi everybody, I've created a library that using BladeOne (https://github.com/EFTEC/BladeOne) as the default template engine and Tatter\Assets (https://github.com/tattersoftware/codeigniter4-assets) as...
2,092 Views
1 Replies
08-18-2021, 07:45 PM
mjamilasfihani
    Thread: can I do this in windows?
Post: can I do this in windows?

Firstly, thank you for interesting in this thread :) Well, some peoples maybe agree if they do website development in Linux version and I too, but I do not have ipv6 right now :(   in case if I ...
735 Views
0 Replies
08-17-2021, 10:12 AM
mjamilasfihani
    Thread: Failed to auto loading the routes.php
Post: RE: Failed to auto loading the routes.php

PHP Code: -- // My Autoload public $psr4 = [     APP_NAMESPACE => APPPATH, // For custom app namespace     'Config'      => APPPATH . 'Config',     'Myth\Auth'   => APPPATH . 'ThirdParty/myth-aut...
1,993 Views
3 Replies
07-28-2021, 11:12 PM
mjamilasfihani
    Thread: Failed to auto loading the routes.php
Post: Failed to auto loading the routes.php

Hi, I have a weird problem. I have set my namespace and put my Routes.php in acme/Home/Config directory, sadly the autoloading can not find Routes.php file. Any idea to fix this? Thank you :) PHP v...
1,993 Views
3 Replies
07-28-2021, 08:43 AM
mjamilasfihani
    Thread: Auth Library Benefits
Post: RE: Auth Library Benefits

superior Wrote: (07-02-2021, 12:33 AM) -- For me Myth-Auth (https://github.com/lonnieezell/myth-auth), it has so many build in features you can use and change. In version 3 of CI (https://github.com/...
2,076 Views
2 Replies
07-03-2021, 08:39 AM
mjamilasfihani
    Thread: bagaimana cara menampilkan data yg hanya dibuat oleh si user
Post: RE: bagaimana cara menampilkan data yg hanya dibua...

ketut Wrote: (06-18-2021, 01:12 AM) -- Selamat Sore, Mohon maaf, ijin bertanya, yang mungkin sejenis dengan kasus diatas. saya punya tabel user : id, nama, cabang, role saya punya tabel data_trx...
19,887 Views
7 Replies
06-18-2021, 11:48 AM
mjamilasfihani
    Thread: my library that have a simillar function with view part
Post: my library that have a simillar function with view...

Hi all! I have created a library. In this library you can auto generated Bootstrap 3,4,5 (based on your configuration), so you can more focus on your content without thinking about part or include the...
649 Views
0 Replies
02-22-2021, 11:18 AM
mjamilasfihani
    Thread: meta data and CCS/JS
Post: RE: meta data and CCS/JS

You can try my library https://github.com/mjamilasfihani/BHPGenerator I made it based on CI 4.0.4 Sorry for bad documentation It'll give you 3 option, set the assets (css, js, meta or your css/...
2,981 Views
2 Replies
11-16-2020, 11:26 PM
mjamilasfihani
    Thread: Pre format rules ignored - CI4 Validation
Post: RE: Pre format rules ignored - CI4 Validation

Why dont using alpha rule?
4,160 Views
5 Replies
10-24-2020, 03:54 AM
mjamilasfihani
    Thread: force to www
Post: force to www

Hi there! I want to use www in my domain, because of cloudflare reason, as far I know CodeIgniter is using non www as the default. Can someone help me please? Thanks
1,091 Views
1 Replies
08-13-2020, 03:18 AM
mjamilasfihani
    Thread: CI 4 featured in php[architect] magazine
Post: RE: CI 4 featured in php[architect] magazine

Yeayyy happy to see it
14,338 Views
9 Replies
06-06-2020, 11:13 AM
mjamilasfihani
    Thread: about database and loop
Post: RE: about database and loop

I got the problem, form_dropdown() function change the number become reorder again from 0 until end. I try add "_" character before $row['id'] and it shows the number with good (I don't use optgroup)
1,420 Views
1 Replies
06-01-2020, 10:52 AM
mjamilasfihani
  Bug Thread: about database and loop
Post: about database and loop

I have some data in my database : Code: -- |---|--------------|----------------| |id | country_code | province | |---|--------------|----------------| |11 | ID | Aceh ...
1,420 Views
1 Replies
06-01-2020, 09:49 AM
mjamilasfihani
    Thread: External Javascript
Post: RE: External Javascript

Just try to use full url, it's an external js you cant do it. If you put the js script in your view, you can use it. But set it in controller
5,425 Views
5 Replies
06-01-2020, 02:21 AM
mjamilasfihani
    Thread: ci_session cookie rejection warning
Post: RE: ci_session cookie rejection warning

Same with me
12,916 Views
10 Replies
06-01-2020, 02:02 AM
mjamilasfihani
    Thread: form_dropdown() function
Post: RE: form_dropdown() function

includebeer Wrote: (05-31-2020, 02:55 PM) -- And why would you want to hide the first option? -- I want to set it as label
2,928 Views
4 Replies
06-01-2020, 01:42 AM
mjamilasfihani

Theme © iAndrew 2016 - Forum software by © MyBB