Quantcast
Channel: Grafxflow PHP MVC Category RSS Feed
Browsing all 24 articles
Browse latest View live

Should we be using CodeIgniter?

For me as a freelancer I would answer the question ‘Should we be using CodeIgniter?‘ and say ‘its dependent on the individual project at hand‘ or when I walk into a studio ‘it depends on whats already...

View Article



Call CodeIgniter MySQL query inside a helper file

This is a short snippet of php code if you want to use a CodeIgniter database query inside a helper file/function which is based in the following folder ‘application/helpers/‘. 1 2 3 4 5 6 7 8 9 10 11...

View Article

Pass email in CodeIgniter url with jQuery and php

Here is the problem: I was working with CodeIgniter and created a search form which passed its search terms via jQuery to the url like http://www.url.com/search/search_terms/, then the php would search...

View Article

Should we be using CodeIgniter?

Are you wondering if it's a steep learning curve for CodeIgniter... I suspect It's probably very similar to what you already coding in php classes.

View Article

Call CodeIgniter MySQL query inside a helper file

This is a short snippet of php code if you want to use a CodeIgniter database query inside a helper file/function: application/helpers/. Very easy to use.

View Article


Pass email in CodeIgniter url with jQuery and php

Sometimes when trying to pass characters in a CodeIgniter url it causes the error - 'The URI you submitted has disallowed characters.' Here is my fix.

View Article

Installing Laravel 5.2 on Mac OS X with MAMP

Have you been wanting to learn how to use and install Laravel 5 on a Mac OS X running MAMP. Here is a simple 'how to' in 3 easy steps using the terminal.

View Article

Redirect Laravel Token Mismatch Exception error page

All Laravel 5 developers have seen the 'TokenMismatchException error page'. And wondered how to customise/redirect the page to the default login/home page.

View Article


Update Laravel 5.2 to 5.3 and update PHP 7.1 on Mac OS X

I recently had to update Laravel 5.2 to Laravel 5.3 along with updating php version 7.1. So there are a few issues but this little tutorial should help out.

View Article


Install Composer and make a terminal shortcut on Mac OS X

Here is a little tutorial showing you how to install 'Composer' in Mac OS X via the terminal and then create a universal shortcut to be used in the terminal.

View Article

Laravel 5.6 Passport authentication Rest API

In this tutorial I am using Laravel with Passport to create an CRUD rest api tested with the Postman application.

View Article

Adding Global Custom Class with Facades in Laravel 5.8

Now and then you may want to use your own 'Custom Global Class' anywhere in your Laravel app. With this simple step by step guide we are going to add a custom class and call it in an example controller...

View Article

Should we be using CodeIgniter?

Are you wondering if it's a steep learning curve for CodeIgniter... I suspect It's probably very similar to what you already coding in php classes.

View Article


Call CodeIgniter MySQL query inside a helper file

This is a short snippet of php code if you want to use a CodeIgniter database query inside a helper file/function: application/helpers/. Very easy to use.

View Article

Pass email in CodeIgniter url with jQuery and php

Sometimes when trying to pass characters in a CodeIgniter url it causes the error - 'The URI you submitted has disallowed characters.' Here is my fix.

View Article


Installing Laravel 5.2 on Mac OS X with MAMP

Have you been wanting to learn how to use and install Laravel 5 on a Mac OS X running MAMP. Here is a simple 'how to' in 3 easy steps using the terminal.

View Article

Redirect Laravel Token Mismatch Exception error page

All Laravel 5 developers have seen the 'TokenMismatchException error page'. And wondered how to customise/redirect the page to the default login/home page.

View Article


Update Laravel 5.2 to 5.3 and update PHP 7.1 on Mac OS X

I recently had to update Laravel 5.2 to Laravel 5.3 along with updating php version 7.1. So there are a few issues but this little tutorial should help out.

View Article

Install Composer and make a terminal shortcut on Mac OS X

Here is a little tutorial showing you how to install 'Composer' in Mac OS X via the terminal and then create a universal shortcut to be used in the terminal.

View Article

Laravel 5.6 Passport authentication Rest API

In this tutorial I am using Laravel with Passport to create an CRUD rest api tested with the Postman application.

View Article
Browsing all 24 articles
Browse latest View live




Latest Images