Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Scan for any Routes.php file within modules doesn't work
Post: Scan for any Routes.php file within modules doesn'...

application/Config/Routes.php PHP Code: -- /** * Load routes files from all defined namespaces in Config\Autoloader.php */ $files = service('locator')->search('Config/Routes.php'); forea...
3,470 Views
1 Replies
12-07-2016, 04:03 PM
mixinix
    Thread: When to wait for CI4 - officially
Post: RE: When to wait for CI4 - officially

I think, The Captain Jack need more researches (or do a lot research) to make version 4 different or special from other.
33,384 Views
14 Replies
11-23-2016, 12:44 PM
mixinix
    Thread: index.html - can I take it out from CI in a safe way?
Post: RE: index.html - can I take it out from CI in a sa...

Ivo Miranda Wrote: (07-29-2016, 08:46 AM) -- index.html is all over CI to avoid direct folder access I assume.. Is there a safe way to remove this? Maybe with .htaccess rules or something like tha...
12,117 Views
11 Replies
07-29-2016, 02:21 PM
mixinix
    Thread: Adding additional "packages" to Autoload->psr4
Post: RE: Adding additional "packages" to Auto...

This is my poor skill and trick... and works. PHP Code: -- $psr4 = [ APP_NAMESPACE                => APPPATH, 'Config'                     => APPPATH.'Config',        // Base Class        ...
9,136 Views
3 Replies
07-29-2016, 02:04 PM
mixinix
    Thread: Helpers and Other Conventions
Post: RE: Helpers and Other Conventions

jlp Wrote: (06-30-2016, 12:53 AM) -- Without getting hungup on specific names, etc, it sounds like something along the lines of the following might be a good approach. Thoughts? CodeIgniter4?? ......
88,831 Views
67 Replies
06-30-2016, 12:24 PM
mixinix
    Thread: Debug Bar feature: Change Matched Route Params with variables name & values
Post: Debug Bar feature: Change Matched Route Params wit...

This example below using ReflectionMethod class (my self version): PHP Code: --    
3,054 Views
1 Replies
06-28-2016, 11:11 PM
mixinix
    Thread: Problem with CLI progress complete's message
Post: Problem with CLI progress complete's message

Code: -- CLI Progress, when it done shows message with repeated two characters from the end.    [..........] 0% Completete    Completete => .........tete If I testing with changing the cor...
3,641 Views
1 Replies
06-28-2016, 11:03 PM
mixinix
    Thread: Error when trying access URI with Global Function's name
Post: Error when trying access URI with Global Function'...

I've found errors & blank pages when trying access URI with Global Function's name (testing as controller): http://ci4.local/ Displays an error page (Service Accessors): http://ci4.local/esc ...
3,798 Views
1 Replies
06-28-2016, 11:00 PM
mixinix
    Thread: Problem with .htaccess and slash in URI
Post: Problem with .htaccess and slash in URI

URI will be redirected to http://ci4.dev/public// when I'm accessing controller with add slash at the end. Like this: Code: --    http://ci4.dev/home/ --      will be redirected to: Cod...
2,652 Views
0 Replies
06-28-2016, 10:55 PM
mixinix
    Thread: Getting Twiggy with It
Post: RE: Getting Twiggy with It

Sorry for OOT and my english. I'm getting an error (404) for default controllers (Home::index). I'm playing with it to trying controller or routes based on this article http://blog.newmythmedia.com/bl...
15,030 Views
7 Replies
03-14-2016, 09:53 PM
mixinix
    Thread: Setting up 2 databases
Post: RE: Setting up 2 databases

Your config: Wrote: (03-07-2016, 12:19 PM) -- PHP Code: -- $active_group = 'default'; $query_builder = TRUE; $db['db1_name'] = array( ); $db['db2_name'] = array( ); -- In your model...
3,515 Views
2 Replies
03-07-2016, 02:14 PM
mixinix

Theme © iAndrew 2016 - Forum software by © MyBB