Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How do I replace front-end views with JSONs in Codeigniter 3?
Post: RE: How do I replace front-end views with JSONs in...

Something to consider if you end up using Vue - another alternative is to create the basic template of the page using a Codeigniter view - and then in Vue use Axios to call the resources that you need...
9,570 Views
9 Replies
08-23-2019, 01:42 PM
cartalot
    Thread: CodeIgniter 4 installation shall not require composer
Post: RE: CodeIgniter 4 installation shall not require c...

hey Balenus I appreciate you posting this - just to hear your initial experience on picking up CI 3 because it did not require composer. whats so funny - not - is that because CI 3 doesn't require c...
11,357 Views
10 Replies
12-10-2018, 02:50 PM
cartalot
    Thread: I apologize, but Community Auth support must be put on hold.
Post: RE: I apologize, but Community Auth support must b...

And thank you for all your contributions to this forum.
5,236 Views
7 Replies
11-29-2018, 02:21 PM
cartalot
    Thread: recommend an IDE?
Post: RE: recommend an IDE?

i use phpstorm - but i know alot of devs who are using vs code https://code.visualstudio.com
3,611 Views
3 Replies
10-03-2018, 02:23 PM
cartalot
    Thread: Road to 4.0.0
Post: RE: Road to 4.0.0

good time to check in to the codeigniter board :-) this is so awesome!!!! and i know it's still early days - but what is the performance difference between CI 3 and CI 4?
33,984 Views
14 Replies
09-13-2018, 02:53 PM
cartalot
    Thread: Is React/Angular/Vue the new Rails?
Post: RE: Is React/Angular/Vue the new Rails?

One angle on this - if you are making a compelling App with Vue - to do anything really interesting you will be talking to an API (using Axios). Those back-end database tasks - can be done very effi...
11,851 Views
13 Replies
08-23-2018, 12:59 PM
cartalot
    Thread: Is React/Angular/Vue the new Rails?
Post: RE: Is React/Angular/Vue the new Rails?

Vue used to be about the 86k library that it started out with. Now its about the Vue "ecosystem" which of course includes conferences all around the world. Its almost impossible now to find tutorials ...
11,851 Views
13 Replies
08-22-2018, 12:57 PM
cartalot
    Thread: Is calling models from other models bad practice?
Post: RE: Is calling models from other models bad practi...

another way to think about this - you aren't just getting a 'product' from a database. you are putting together a bunch of different elements in order to display the product on your web page. so anoth...
8,941 Views
9 Replies
06-20-2018, 01:34 PM
cartalot
    Thread: Forms (show and process) on the same controller or on different ones?
Post: RE: Forms (show and process) on the same controlle...

One Controller - Different Methods. Name the methods really clearly so you understand what is going on. Like showNewRegisterForm() shows a form that has not been filled in yet. validateSubmittedRegist...
7,882 Views
6 Replies
05-03-2018, 04:27 PM
cartalot
    Thread: Looking for hoster. Any pos/neg feedback re: BlueHost
Post: RE: Looking for hoster. Any pos/neg feedback re: B...

I would push back a little bit on getting a VPS - if its fully managed fine. Otherwise there can be huge security implications to running a VPS yourself. Highly recommend checking out the Fort Rabbit ...
12,525 Views
12 Replies
05-03-2018, 04:01 PM
cartalot
    Thread: Best 2017 CI 3 Tutorials for Newbie?
Post: RE: Best 2017 CI 3 Tutorials for Newbie?

after you have done the basic codeigniter 3 tutorials take a look at these free tutorial videos - they are old, its covering codeigniter 2 but they are still some of the best codeigniter tutorials,...
8,561 Views
7 Replies
08-11-2017, 12:14 PM
cartalot
    Thread: Reporting Tools On CodeIgniter
Post: RE: Reporting Tools On CodeIgniter

Of course when you are starting out looking for tools and libraries you will look for things written in Codeigniter. And thats always a good place to start. But otherwise you can use ANY library that ...
14,333 Views
8 Replies
07-05-2017, 12:53 PM
cartalot
    Thread: CodeIgniter Form Validation for a Name
Post: RE: CodeIgniter Form Validation for a Name

If you are parsing a lot of names its useful to look at some libraries for ideas. I've used this one: https://github.com/joshfraser/PHP-Name-Parser
6,479 Views
6 Replies
07-01-2017, 08:59 AM
cartalot
    Thread: Atom / VSC - code completion
Post: RE: Atom / VSC - code completion

side note - take a look at phpstorm - amazing IDE and codeigniter code completion is pretty easy to add with an autocomplete.php file in your application/config folder https://www.jetbrains.com/php...
6,706 Views
4 Replies
05-04-2017, 01:39 PM
cartalot
    Thread: Ecommerce website in CI
Post: RE: Ecommerce website in CI

calcio Wrote: (04-27-2017, 12:51 PM) -- I did not say CI is not for big projects -- From your webpage that is linked in your footer: Quote: -- Even CI (CodeIgniter) being a good framewok it is o...
44,176 Views
18 Replies
04-27-2017, 01:20 PM
cartalot
    Thread: Ecommerce website in CI
Post: RE: Ecommerce website in CI

Codeigniter is an excellent platform for building e-commerce applications. Speed and efficiency of the framework on the server makes a HUGE difference in e-commerce. Framework benchmark results matter...
44,176 Views
18 Replies
04-27-2017, 09:33 AM
cartalot
    Thread: Are there any CodeIgniter developers for hire?
Post: RE: Are there any CodeIgniter developers for hire?

hint - make sure you have enabled PM in your forum account.
7,957 Views
4 Replies
04-25-2017, 05:09 PM
cartalot
    Thread: Recent PHP 7 Framework Benchmark Comparisons
Post: RE: Recent PHP 7 Framework Benchmark Comparisons

so I went looking and the author of the original article I posted - did an update in jan for php 7.1 https://medium.com/@asked_io/php-mvc-framework-showdown-7-1-performance-2da52ac9fcba this is a...
52,374 Views
24 Replies
04-09-2017, 12:29 PM
cartalot
    Thread: Payment Processing - Credit Cards - Any Libraries available?
Post: RE: Payment Processing - Credit Cards - Any Librar...

authorize.net has been around for a very long time and works very well. typically a merchant is partnering with another provider which can also affect the final rates and charges. but in any case it w...
22,767 Views
18 Replies
03-31-2017, 01:14 PM
cartalot
    Thread: How to DRY when building back and front-ends?
Post: RE: How to DRY when building back and front-ends?

one reason they might be doing it that way - is to have separate environments. so yes its starting out the same, but the idea is that there will be - for example - different jquery scripts for backend...
6,475 Views
4 Replies
03-31-2017, 01:01 PM
cartalot

Theme © iAndrew 2016 - Forum software by © MyBB