Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Database seeder with namespaces
Post: RE: Database seeder with namespaces

Thanks, this worked !!
3,778 Views
3 Replies
05-11-2022, 08:19 AM
XMadMax
    Thread: Database seeder with namespaces
Post: Database seeder with namespaces

Hello, I developed a CI4 Modular structure, all works Ok, but I have a problem with Seeder. Migrations (php spark migrate) works ok, because the migrate program uses namespaces, but "php spark db: ...
3,778 Views
3 Replies
04-21-2022, 12:30 AM
XMadMax
    Thread: CodeIgniter4 Modular Structure Application Starter
Post: RE: CodeIgniter4 Modular Structure Application Sta...

InsiteFX Wrote: (03-01-2022, 01:24 AM) -- If you want private modules then you should place them in the root along with the app and system folders app system Modules -- Blog -- Users -- etc; ...
13,656 Views
9 Replies
03-01-2022, 01:37 AM
XMadMax
    Thread: CodeIgniter4 Modular Structure Application Starter
Post: RE: CodeIgniter4 Modular Structure Application Sta...

Codeigniter4Modular Solved some problems on install Refactory for user login/register example Project :  https://github.com/XXPerez/Codeigniter4Modular Install: Code: -- composer create-p...
13,656 Views
9 Replies
02-28-2022, 05:00 AM
XMadMax
    Thread: CodeIgniter4 Modular Structure Application Starter
Post: RE: CodeIgniter4 Modular Structure Application Sta...

Modular Updated: Added ModuleCreate to allow creation of php module base files In your ROOTPATH: Code: -- php spark module:create Modulename -- This command, create this files: App/Modu...
13,656 Views
9 Replies
10-14-2020, 12:52 AM
XMadMax
    Thread: Ci4 problem on newly instal vps
Post: RE: Ci4 problem on newly instal vps

Hello Seunex, seems that your vps are installed with "AllowOverride" restriction. See your httpd.conf or site conf. Inside the that points to your side. You must to set to 'AllowOverride All...
2,714 Views
4 Replies
10-13-2020, 04:30 AM
XMadMax
    Thread: CodeIgniter4 Modular Structure Application Starter
Post: RE: CodeIgniter4 Modular Structure Application Sta...

nc03061981 Wrote: (10-07-2020, 01:13 AM) -- If you change the folder Modules = folder Packages, because Packages are better suited to CI4. [hr] With CI4 you should dev 2 seperate Packages: package ...
13,656 Views
9 Replies
10-07-2020, 04:36 AM
XMadMax
    Thread: CodeIgniter4 Modular Structure Application Starter
Post: RE: CodeIgniter4 Modular Structure Application Sta...

nc03061981 Wrote: (10-06-2020, 12:20 PM) -- With CI4, I think this is not necessary. Simple can sub folder or https://codeigniter.com/user_guide/general/managing_apps.html ... CI3 + HMVC + ... + =...
13,656 Views
9 Replies
10-06-2020, 11:18 PM
XMadMax
    Thread: CodeIgniter4 Modular Structure Application Starter
Post: CodeIgniter4 Modular Structure Application Starter

This is an autoinstaller app (composer), to understand how to create a modular app. Includes a simple register/login/logout. All modules and all dependencies are in the same directory, mantaini...
13,656 Views
9 Replies
10-06-2020, 04:19 AM
XMadMax
    Thread: New vid: 3 New Features in CI 4.0.4
Post: RE: New vid: 3 New Features in CI 4.0.4

Thanks, great features.
42,074 Views
17 Replies
09-21-2020, 12:16 AM
XMadMax
    Thread: Make custom driver
Post: RE: Make custom driver

omid_student Wrote: (09-24-2017, 02:00 AM) -- rtenny Wrote: (09-21-2017, 04:23 AM) -- Very sorry, dont even know what a driver would be for. I cannot help you with this at all. -- Is there exist lo...
11,247 Views
8 Replies
09-26-2017, 05:00 AM
XMadMax
    Thread: CodeIgniter 3.1.4 released
Post: RE: CodeIgniter 3.1.4 released

Thanks DevTeam. All your efforts bring us closer to CI 4.
97,415 Views
37 Replies
04-06-2017, 01:21 AM
XMadMax
    Thread: Introduction to CodeIgniter 4 Blog Posts
Post: RE: Introduction to CodeIgniter 4 Blog Posts

Hey @kilishan, Seems all nice !! I want to collaborate with my concerns: Requests and Responses => Important to be alone, with all functionality (as symfony) Content Negotiation => Ok, but ...
111,215 Views
38 Replies
04-07-2016, 04:50 AM
XMadMax
    Thread: Codeigniter 3.1.0 with XHMVC
Post: Codeigniter 3.1.0 with XHMVC

Upgraded reporsitory with 3.1.0 changes. Follow on : http://forum.codeigniter.com/thread-64322.html?highlight=xhmvc Download :   Project on Github (https://github.com/XMadMax/codeigniter-3-with-...
3,209 Views
0 Replies
03-17-2016, 08:35 AM
XMadMax
    Thread: Codeigniter 3.1.0 with XHMVC
Post: RE: Codeigniter 3.0.4 with XHMVC

Default route must to be configured same as CI, in routes.conf: PHP Code: -- $route['default_controller'] = 'test'; // This default route will load /apps/[myapp]/application/modules/test/controll...
25,481 Views
14 Replies
03-14-2016, 08:31 AM
XMadMax
    Thread: Codeigniter 3.1.0 with XHMVC
Post: RE: Codeigniter 3.0.4 with XHMVC

Helo, From yesterday, XHMVC for Codeigniter 3.0 is ready to be installed from composer. Also, has been solved some problems, thanks to Vivers for testing. Install: Create a directory in yo...
25,481 Views
14 Replies
02-18-2016, 02:39 AM
XMadMax
    Thread: Codeigniter 3.1.0 with XHMVC
Post: RE: Codeigniter 3.0.4 with XHMVC

nguyenanhnhan Wrote: (02-15-2016, 07:31 AM) -- XMadMax Wrote: (02-15-2016, 04:28 AM) -- nguyenanhnhan Wrote: (02-15-2016, 03:56 AM) -- Hello XMadMax, How to config default route ? Ex: http://myd...
25,481 Views
14 Replies
02-15-2016, 08:06 AM
XMadMax
    Thread: Codeigniter 3.1.0 with XHMVC
Post: RE: Codeigniter 3.0.4 with XHMVC

nguyenanhnhan Wrote: (02-15-2016, 03:56 AM) -- Hello XMadMax, How to config default route ? Ex: http://mydomain.com -> http://mydomain.com/apps/mytest/www -- One thing is 'Default route', another is...
25,481 Views
14 Replies
02-15-2016, 04:28 AM
XMadMax
    Thread: How to echo statement of query with Active Record
Post: RE: How to echo statement of query with Active Rec...

SDir Wrote: (02-15-2016, 02:05 AM) -- Hello,  how can I echo the statement of a query when I use code as this? PHP Code: -- $this->db->from($this->table); -- thank you -- Use : PHP Code: -- ec...
5,237 Views
4 Replies
02-15-2016, 02:21 AM
XMadMax
    Thread: Codeigniter 3.1.0 with XHMVC
Post: RE: Codeigniter 3.0.4 with XHMVC

stat Wrote: (02-14-2016, 07:41 AM) -- Hi and thanks XMadMax for sharing. Just a question : What is the difference with this project ? https://bitbucket.org/wiredesignz/codeigniter-modular-extensio...
25,481 Views
14 Replies
02-15-2016, 02:13 AM
XMadMax

Theme © iAndrew 2016 - Forum software by © MyBB