Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Best way to project, plan and structure an app with CI
Post: RE: Best way to project, plan and structure an app...

Hi, usually I start with weak (simple) entities from the database, creating its models and domain classes. Then I start creating controllers with empty methods (future implementation) to build like...
13,885 Views
9 Replies
08-15-2019, 05:50 AM
fmertins
    Thread: The most used Design Patterns with a CI project?
Post: The most used Design Patterns with a CI project?

Hello everyone, I wonder what are the most used OO Design Patterns you guys use along with your CI projects? I'm asking this because sometimes I kind of end up writing heavy controllers with a l...
3,366 Views
1 Replies
08-12-2019, 11:38 AM
fmertins
    Thread: How often do you use the backup() method of the database drivers?
Post: RE: How often do you use the backup() method of th...

I'm on the team of devs that use mysqldump :-)
64,334 Views
39 Replies
02-15-2019, 09:05 AM
fmertins
    Thread: CodeIgniter 4.0.0-alpha.3 released :)
Post: RE: CodeIgniter 4.0.0-alpha.3 released :)

Well done! :)
37,409 Views
20 Replies
12-03-2018, 12:43 PM
fmertins
    Thread: CodeIgniter 4.0.0-alpha.1 released
Post: RE: CodeIgniter 4.0.0-alpha.1 released

Well done, I'll also take a look on it.
60,284 Views
29 Replies
10-01-2018, 10:11 AM
fmertins
    Thread: Different URI segments because subfolder?
Post: RE: Different URI segments because subfolder?

Hi there, I'm sorry to inform that in fact didn't work, because only some URLs were OK, not all. Something about when I get only the root URL (only index.php) versus when I get a URL with segments. ...
12,239 Views
10 Replies
07-14-2017, 12:13 PM
fmertins
    Thread: Different URI segments because subfolder?
Post: RE: Different URI segments because subfolder?

And the sentence of the day goes to... Quote: -- The default setting of 'AUTO' works for most servers. -- Well, it seems not to this server...  :@  :P  :s Now it works, I had to change i...
12,239 Views
10 Replies
07-14-2017, 06:21 AM
fmertins
    Thread: Different URI segments because subfolder?
Post: RE: Different URI segments because subfolder?

salain Wrote: (07-14-2017, 03:53 AM) -- Did you set the bases_url in your config file to include your subfolder ? Code: -- $config['base_url']= 'http://xyz.hospedagemdesites.ws/HOMOLOGACAO/'; -...
12,239 Views
10 Replies
07-14-2017, 05:18 AM
fmertins
    Thread: Different URI segments because subfolder?
Post: RE: $this->uri->segment(1) with subfolder

InsiteFX Wrote: (07-13-2017, 02:34 PM) -- Look in the CodeIgniter Users Guide - URI Class - segment -- Hi, thank you, but I already did this, it was one of my first readings... :-)
12,239 Views
10 Replies
07-13-2017, 02:52 PM
fmertins
    Thread: Different URI segments because subfolder?
Post: RE: $this->uri->segment(1) with subfolder

OK I have a better comparison now. It's the same site, but with two environments: production and testing. I just separate the testing environment cloning the application and system folders, the fro...
12,239 Views
10 Replies
07-13-2017, 02:31 PM
fmertins
    Thread: Different URI segments because subfolder?
Post: RE: $this->uri->segment(1) with subfolder

I'm sorry, but I have been trying to find the bug and googling and comparing versions both of CI code and my code for ~3 hours and I have no idea whats going on :-( Very stuck :-( I'm afraid all th...
12,239 Views
10 Replies
07-13-2017, 01:49 PM
fmertins
    Thread: Different URI segments because subfolder?
Post: Different URI segments because subfolder?

Hi, I'm using CI 3.0.6 with PHP 7.0.x and my URL is: Code: -- http://xyz.hospedagemdesites.ws/homologacao/index.php -- The "/homologacao" is a subfolder. When doing this: PHP Code: -- $this-...
12,239 Views
10 Replies
07-13-2017, 12:12 PM
fmertins
    Thread: How much is too much session data?
Post: RE: How much is too much session data?

Hi Paul, I use database sessions since a few years, with MySQL, it's working 100% fine and fast. I use a mediumblob datatype for the data column and my application saves a lot of data, usually my own...
21,444 Views
12 Replies
07-07-2017, 10:18 AM
fmertins
    Thread: CodeIgniter 3.1.4 released
Post: RE: CodeIgniter 3.1.4 released

Thank you and congratulations, CI is very very useful.
97,432 Views
37 Replies
03-23-2017, 05:04 AM
fmertins
    Thread: Database session table - IDs
Post: RE: Database session table - IDs

Narf Wrote: (03-21-2017, 03:09 PM) -- Also, 1MB of session data?! -- Hi there, new day, fresh head... :-) I was doing this: Code: -- $this->CI->session->set_userdata('paginacao', $this); -- ...
3,769 Views
2 Replies
03-22-2017, 06:06 AM
fmertins
    Thread: Session:transient error
Post: RE: Session:transient error

Hi there, are you using blob or mediumblob for the "data" column? Please post your "desc" session table.
7,896 Views
7 Replies
03-21-2017, 01:46 PM
fmertins
    Thread: Database session table - IDs
Post: Database session table - IDs

Hi folks, I'm using CI 3.0.6 with database session. I got these records: http://www.dgt.inf.br/print.png I'm wondering here... Why having 3 records with the same IP and timestamp, but different ...
3,769 Views
2 Replies
03-21-2017, 01:36 PM
fmertins
    Thread: Confused about variables
Post: RE: Confused about variables

Hi friends, By the way, how do you "control" or document your view variables? Example: at view code, I have a $foo var because it was injected by CI at controller, cool, but my IDE like Eclipse doe...
20,944 Views
15 Replies
07-29-2016, 01:14 PM
fmertins
    Thread: Phar support?
Post: RE: Phar support?

About 2011 was my first attempt to make this :-) http://forum.codeigniter.com/archive/index.php?thread-42841.html
4,281 Views
2 Replies
04-13-2016, 12:40 PM
fmertins
    Thread: Phar support?
Post: Phar support?

Hi there, this is Fernando from Brazil. I've just searched for "phar" at CodeIgniter 4 forum and nothing found, GitHub issues neither, so wondering here... CI4 will have Phar support? Example: I...
4,281 Views
2 Replies
04-13-2016, 12:37 PM
fmertins

Theme © iAndrew 2016 - Forum software by © MyBB