Created
September 6, 2011 12:01
-
-
Save fabriziomachado/1197368 to your computer and use it in GitHub Desktop.
my-ci-app/application/models/phone_carrier_model.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Phone_carrier_model extends CI_Model { | |
function __construct() | |
{ | |
parent::__construct(); | |
} | |
public function getCarriers($attributes) | |
{ | |
return false; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment