Giter Club home page Giter Club logo

coding-crash-course's People

Contributors

akhan118 avatar anguess avatar carlotonydaristotile avatar cvaughan1 avatar isjxique avatar jpatel313 avatar technosayge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

coding-crash-course's Issues

Search Functionality .

Hi,

Do we need a search functionality, any thoughts?


// cleaned lines 90 through 119
    public function actionTest()
    {
      if(YII::$app->request->get())
      {
        //  $model = new Product();

        $term =YII::$app->request->get('search');

        $rows = (new \yii\db\Query())
    ->select('*')
    ->from('products')
    ->where(['like', 'productName', $term])
    ->all();
  
        var_dump($rows);
        // 
        //   $searchResults = Products::find()->where(['ProductName'=>$term])->all();
        //
        //
        // var_dump($searchResults);

// this is a test comment CV
        // return $this->render('searchResults', [
        //     'results' => $searchResults,
        // ]);
      }
    }

Drop your email here to Join Slack ?

Hey, everyone, I created a chat room for us to talk about the course material. please drop me your email here and I'll add you to the board. thanks

Web Store View

Hey, so i was thinking that we use the search queries that we currently have to build up a web store view like the one the BAPE. We can start by making a page and then start messing around with adding the css/html to make it look like the BAPE store view.

Style up product view page

Need to use HTML and CSS to make product view page shine. I recommend using the html/css in the search results page as a starting point. Looking forward to some awesome design this weekend!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.