Are you a regular stikked user? Signup so you can keep track of your pastes!

RE: Untitled

By Hot Tamarin, 6 Months ago, written in PHP. This paste is a reply to Untitled by Bistre Hummingbird
URL http://stikked.com/view/40606679
  1.         function olives($category=false) {
  2.                 $data['title'] = "Pacific Ag & Vineyard Inc. | Olives";
  3.                 $this->_view($data);
  4.         }
  5.        
  6.         function cherries($category=false) {
  7.                 $data['title'] = "Pacific Ag & Vineyard Inc. | Cherries";
  8.                 $this->_view($data);
  9.         }
  10.        
  11.         function almonds($category=false) {
  12.                 $data['title'] = "Pacific Ag & Vineyard Inc. | Almonds";
  13.                 $this->_view($data);
  14.         }
  15.  
  16.         function _view($data)
  17.         {
  18.                 $data['root_url'] = base_url();
  19.                 $this->load->view('header', $data);
  20.                 $this->load->view('sidebar');
  21.                 $this->load->view('crop_nav', $data);
  22.                 $this->load->view('crop_view');
  23.                 $this->load->view('footer');
  24.         }

Reply to "RE: Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.