Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Looking for a job on a long-term basis
Post: Looking for a job on a long-term basis

Hello looking for a job on a long term basis. I mainly made CRM systems 2 to order 2 for myself tried my hand. Now I have almost finished my work on 4 versions of the framework. It already has (adm...
4,835 Views
3 Replies
08-03-2020, 08:19 AM
midav
    Thread: Multilanguage
Post: Multilanguage

Hello everyone, I read the Localization documentation, I did everything, everything works, but here's how to do it so that if we have, for example, the default language EN, then if we are on the main ...
804 Views
0 Replies
07-28-2020, 11:07 AM
midav
    Thread: DB Using CodeIgniter’s Model - $afterFind
Post: RE: DB Using CodeIgniter’s Model - $afterFind

http://prntscr.com/t2rr7y as for me this is also a solution but I need an optimized query using join, maybe someone will advise how to do it even more correctly. Because I could write a join functi...
4,881 Views
5 Replies
06-19-2020, 06:56 AM
midav
    Thread: DB Using CodeIgniter’s Model - $afterFind
Post: RE: DB Using CodeIgniter’s Model - $afterFind

I only need reading, and I thought you can do it all through $afterFind Like it now. http://prntscr.com/t2isen And get the following result http://prntscr.com/t2its4 as I understand it, I need to w...
4,881 Views
5 Replies
06-18-2020, 11:45 PM
midav
    Thread: DB Using CodeIgniter’s Model - $afterFind
Post: DB Using CodeIgniter’s Model - $afterFind

Hi everyone, I’m doing my own project and I have a couple of tables and I want to make a connection between them through $afterFind, but in the documentation, it’s not clear how to do it correctly. I ...
4,881 Views
5 Replies
06-18-2020, 11:47 AM
midav
    Thread: redirect problem
Post: redirect problem

a problem with a redirect function, it returns an object and requires a return. here is my code PHP Code: -- public function login()     {         if ($this->CI->auth->check())         {       ...
855 Views
0 Replies
05-06-2020, 03:46 AM
midav
    Thread: problem with migrations
Post: problem with migrations

Hi everyone, there was a problem in the new version, or it was because it works from the console through SPAKE, but I try to start the migration through the controller, I do everything according to th...
1,095 Views
0 Replies
05-06-2020, 01:01 AM
midav
    Thread: Connections to Admin module other submodules
Post: RE: Connections to Admin module other submodules

issue resolved
2,309 Views
2 Replies
05-03-2020, 03:30 AM
midav
    Thread: Connections to Admin module other submodules
Post: Connections to Admin module other submodules

Hi, someone is already doing such a project architecture. For example, we have an Admin module, and I want to connect other modules to it, but it must look for the module we have and look for a specif...
2,309 Views
2 Replies
05-02-2020, 08:22 AM
midav
    Thread: MVP on Ci4
Post: RE: MVP on Ci4

I looked, but the problem in the second approach is that for the configs to work, you need to register each module with its namespace in autoload, and for my modules to work, you need to edit the auto...
3,131 Views
3 Replies
04-28-2020, 11:04 AM
midav
    Thread: MVP on Ci4
Post: MVP on Ci4

Hello, I now want to develop my MVP of such a plan in the APP folder, there will be files of the entire MVP and the root will be the “modules” folder and it will expand my MVP. So far, a very big prob...
3,131 Views
3 Replies
04-28-2020, 09:34 AM
midav
    Thread: HMVC problem with routes
Post: HMVC problem with routes

Here's an example of something that routes from the module do not work for example with /app/modules/mymodul/config/routes.php routers work in /app/config/routes.php I tried various solutions th...
1,789 Views
1 Replies
03-17-2020, 05:35 AM
midav
    Thread: problem with routes in Code Modules
Post: RE: problem with routes in Code Modules

kilishan Wrote: (03-10-2020, 10:28 AM) -- The route has to point to the Admin folder for that layout, so: PHP Code: --     'Modules\Admin' => APPPATH .'/Modules/Admin', -- This quote from t...
4,644 Views
7 Replies
03-10-2020, 10:45 AM
midav
    Thread: problem with routes in Code Modules
Post: RE: problem with routes in Code Modules

InsiteFX Wrote: (03-10-2020, 08:10 AM) -- Try this one it works for me, the way you have your group you need to call it like admin/admin this way you can call it admin and it will go to index meth...
4,644 Views
7 Replies
03-10-2020, 08:21 AM
midav
    Thread: problem with routes in Code Modules
Post: problem with routes in Code Modules

hello to everyone according to the instructions in the Code Modules documentation https://codeigniter4.github.io/userguide/general/modules.html (https://codeigniter4.github.io/userguide/general/mod...
4,644 Views
7 Replies
03-10-2020, 06:39 AM
midav
    Thread: can I override or add config files in my ThirdParty/package?
Post: RE: can I override or add config files in my Third...

InsiteFX Wrote: (03-02-2020, 08:59 AM) -- You would also need the email config file because Myth::Auth use it also. -- I know this, I wonder if it is possible to do so as I wrote above. [hr] or I thi...
4,202 Views
5 Replies
03-02-2020, 11:27 AM
midav
    Thread: can I override or add config files in my ThirdParty/package?
Post: RE: can I override or add config files in my Third...

I tried the registrar, and it gets to redistribute the necessary config to me, for example, add app/Config/Filters.php add public static $registrars = [     '\CMS\Config\MyFilters' ]; and then it wor...
4,202 Views
5 Replies
03-01-2020, 10:54 AM
midav
    Thread: can I override or add config files in my ThirdParty/package?
Post: RE: can I override or add config files in my Third...

MGatner Wrote: (03-01-2020, 08:37 AM) -- You can do that but Config files in App will always take precedence, so you would need to (re)move them. You might also want to look into Registrars, which mi...
4,202 Views
5 Replies
03-01-2020, 08:50 AM
midav
    Thread: myth-auth - user group entries
Post: myth-auth - user group entries

Hi, here I put this package  https://github.com/lonnieezell/myth-auth (https://github.com/lonnieezell/myth-auth) manually threw it into ThirdParty and did all the settings that were on the git...
2,869 Views
1 Replies
02-29-2020, 06:55 AM
midav
    Thread: can I override or add config files in my ThirdParty/package?
Post: can I override or add config files in my ThirdPart...

Good day, can I redefine the config files in my package, for example, I want to add the Filters.php config file so that I can create it in my app / ThirdParty / lebid / Config / Filters.php package an...
4,202 Views
5 Replies
02-29-2020, 04:59 AM
midav

Theme © iAndrew 2016 - Forum software by © MyBB