Overview

Namespaces

  • Composer
    • Autoload
  • Illuminate
    • Support
      • Contracts
      • Facades
  • Laravella
    • Cart
      • Facades
  • None
  • PHP

Classes

  • CartController
  • ComposerAutoloaderInit9c0b006a4274a87b7a6105d88b65eda5
  • CreateContactsTable
  • CreateContactTypesTable
  • CreateProductCategoriesTable
  • CreateProductsTable
  • DatabaseSeeder
  • DbController
  • Generic
  • ProductsSeeder

Functions

  • action
  • app
  • app_path
  • array_add
  • array_build
  • array_divide
  • array_dot
  • array_except
  • array_fetch
  • array_first
  • array_flatten
  • array_forget
  • array_get
  • array_only
  • array_pluck
  • array_pull
  • array_set
  • array_sort
  • asset
  • base_path
  • camel_case
  • class_basename
  • csrf_token
  • dd
  • e
  • ends_with
  • head
  • last
  • link_to
  • link_to_action
  • link_to_asset
  • link_to_route
  • object_get
  • public_path
  • route
  • secure_asset
  • secure_url
  • snake_case
  • starts_with
  • storage_path
  • str_contains
  • str_finish
  • str_is
  • str_plural
  • str_random
  • str_singular
  • studly_case
  • trans
  • trans_choice
  • url
  • value
  • with
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php class CartController extends Controller {
 2: 
 3:     public function getIndex()
 4:     {
 5:         return "asdffdfdfdkjdas;fkljaq]pafsdg['ad'";
 6:         //return View::make("cart::dbview");
 7:     }
 8: 
 9:     public function getHello($table = "") 
10:     {
11:         return View::make("cart::dbview");
12:     }
13:     
14:     /**
15:      * An example of IoC
16:      * 
17:      * @return type
18:      */
19:     public function getConnection() {
20:         $mysqlGopher = app('MysqlGopher');
21:         return $mysqlGopher->connection();
22:     }
23:     
24:     public function getSelect($table = null)
25:     {
26:         //return View::make("cart::dbview");
27:     }
28: 
29:     public function getTable($name = null)
30:     {
31:         die;
32:     }
33: 
34:     public function missingMethod($parameters = array())
35:     {
36:         return "Missing Method";
37:     }
38: 
39: }
40: 
41: ?>
42: 
cart API documentation generated by ApiGen 2.8.0