Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Migrations Question
Post: RE: Migrations Question

kenjis Wrote: (03-11-2024, 09:29 PM) -- Yes, you can. Export the current database, and create the first migration file to create the current all tables. -- Ok great, we will give that a try.  Wi...
320 Views
3 Replies
03-12-2024, 09:19 AM
rfulcher
    Thread: Migrations Question
Post: Migrations Question

I have used Migrations in other development environments but we never used it in CI3.  So I have a large project that we now see not using migrations was dumb on our part.  Can we start using migratio...
320 Views
3 Replies
03-11-2024, 05:02 AM
rfulcher
    Thread: Run CI3 & CI4 Alongside
Post: RE: Run CI3 & CI4 Alongside

MGatner - Thanks for the feedback, that all makes sense.  I will give that a try and see how I make out.   I appreciate it.
1,932 Views
2 Replies
03-02-2020, 06:24 AM
rfulcher
    Thread: Run CI3 & CI4 Alongside
Post: Run CI3 & CI4 Alongside

I have a large project that will take a lot of time to migrate (A Lot).  After reading an article in PHP Architect where someone ran two different PHP frameworks alongside each other and ported sectio...
1,932 Views
2 Replies
02-23-2020, 07:41 PM
rfulcher
    Thread: Office Hours - January 2017
Post: RE: Office Hours - January 2017

ciadmin Wrote: (01-21-2017, 11:36 AM) -- enlivenapp Wrote: (01-21-2017, 11:00 AM) -- For some reason I thought the office hours were on the 20th...  *hangs head in shame* -- You can always ask que...
31,411 Views
11 Replies
01-26-2017, 07:15 AM
rfulcher
    Thread: Import csv long file into sqlite database takes too long
Post: RE: Import csv long file into sqlite database take...

SirTom, Another way to import files is you could upload the file to the server and then use command line file import for sqlite https://www.sqlite.org/cli.html#section_8. That is only useful if ...
9,242 Views
5 Replies
08-25-2016, 05:33 PM
rfulcher
    Thread: how to know credit card
Post: RE: how to know credit card

One of the easiest ways to figure that out is to use this https://github.com/stripe/jquery.payment. On the page as the card is being entered you can store the card type to a field. If you want to d...
5,852 Views
5 Replies
12-16-2015, 09:17 AM
rfulcher
    Thread: Thanks Giving
Post: RE: Thanks Giving

Happy Thanksgiving to the both of you as well.(Belated sorry I was too busy cooking and eating yesterday).
4,572 Views
2 Replies
11-27-2015, 05:47 PM
rfulcher
    Thread: PHPstorm & HMVC
Post: PHPstorm & HMVC

I have a project that is working great.  It is CI3 & HMVC.  I am having an issue where the base controllers are still in the normal location application/controllers and I can set break points there an...
2,212 Views
0 Replies
06-04-2015, 03:23 PM
rfulcher
    Thread: CI 3 & HMVC Issue
Post: RE: CI 3 & HMVC Issue

Still have a question about the upper vs lower case issue.  But also found this handy code to make sure that Apache is not caching the pages.....  Place this in the .htaccess file and it should lower ...
15,772 Views
8 Replies
04-16-2015, 05:50 AM
rfulcher
    Thread: CI 3 & HMVC Issue
Post: RE: CI 3 & HMVC Issue

So in doing more research this turns out to be just an issue with case.  I am not sure if as I changed it back and forth if there was some Apache caching that was causing issue or what.  Also I don't ...
15,772 Views
8 Replies
04-14-2015, 08:49 AM
rfulcher
    Thread: CI 3 & HMVC Issue
Post: RE: CI 3 & HMVC Issue

Also just made sure i had the latest code that supported CI3.
15,772 Views
8 Replies
04-13-2015, 06:45 PM
rfulcher
    Thread: CI 3 & HMVC Issue
Post: RE: CI 3 & HMVC Issue

Here is another version of the error if this could help. A PHP Error was encountered Severity: Notice Message: Undefined property: CI::$Payment Filename: MX/Controller.php Line Number: 59 Ba...
15,772 Views
8 Replies
04-13-2015, 06:29 PM
rfulcher
    Thread: CI 3 & HMVC Issue
Post: RE: CI 3 & HMVC Issue

OK as I am working on this further I have been debugging and it looks like the Payments module is being found and loaded fine. Well As fine as I can tell. I follow the code all the way through MX lo...
15,772 Views
8 Replies
04-13-2015, 06:25 PM
rfulcher
    Thread: CI 3 & HMVC Issue
Post: CI 3 & HMVC Issue

Ok so i have HMVC up and running (Mostly).  All the features work except for calling my controller form a controller.... I can access the different controllers directly by module/controller/method or ...
15,772 Views
8 Replies
04-13-2015, 04:59 PM
rfulcher
    Thread: Your impression of CI3 over others?
Post: RE: Your impression of CI3 over others?

no1youknowz Wrote: (03-29-2015, 03:22 PM) -- BrianPX Wrote: (03-29-2015, 12:13 AM) -- I am using CodeIgniter for simple projects and Laravel for complex projects. -- What is a complex project?   ...
121,769 Views
0 Replies
03-30-2015, 04:51 AM
rfulcher
    Thread: Your impression of CI3 over others?
Post: RE: Your impression of CI3 over others?

I totally disagree that CI is for small web sites.  I really don't understand why you would say that.  What part of CI limits it to small sites. I have worked on several large sites and it works gr...
121,769 Views
0 Replies
03-29-2015, 01:52 PM
rfulcher
    Thread: Your impression of CI3 over others?
Post: RE: Your impression of CI3 over others?

I have worked with CakePHP, A little with Symphony (related to Drupal 8), and Java based Spring.  Of all of them CI is the best.  Speed and Agility of development, and maturity of the product is nice ...
121,769 Views
0 Replies
03-22-2015, 02:14 PM
rfulcher
    Thread: Send error log to email
Post: RE: Send error log to email

GeorgeD - I would like to know more about where you are sending emails form?  I like the idea of sending an email message with an error.
23,641 Views
8 Replies
03-19-2015, 03:26 PM
rfulcher
    Thread: Best PHP Framework 2015 Survey
Post: RE: Best PHP Framework 2015 Survey

Did my part.
31,520 Views
0 Replies
03-19-2015, 02:38 PM
rfulcher

Theme © iAndrew 2016 - Forum software by © MyBB