Skip to content

Symfony HW1 Rokas Kliucinskas#289

Open
Rokaskl wants to merge 19 commits intoaurelijusb:homework-2019-11-12from
Rokaskl:lecture-2019-11-12
Open

Symfony HW1 Rokas Kliucinskas#289
Rokaskl wants to merge 19 commits intoaurelijusb:homework-2019-11-12from
Rokaskl:lecture-2019-11-12

Conversation

@Rokaskl
Copy link

@Rokaskl Rokaskl commented Dec 7, 2019

No description provided.

aurelijusb and others added 19 commits November 10, 2019 20:30
Fix documentation: GitHub actions instead of TravisCI
public function index()
public function index(Request $request)
{
$data = file_get_contents("students.json");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verta naudoti KernelInterface ir nepriklausyti nuo include dir

Plačiau:


<ul class="list-group m-4">
<li class="list-group-item list-group-item-info">Studentai</li>
{% for team_name, team in teams %}
Copy link
Owner

@aurelijusb aurelijusb Dec 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Kad naudoji for su key, element sintakse. Tada galima sudėtingesnius objektus atvaizduoti su vis dar lengvai skaitomu kodu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments