Вспомнил, что хотел выложить перлы студентов.
Нашёл у себя несколько:
В чем разница между GET и POST?
GET - незашифрованное, POST - зашифрованное
Синхронное и асинхронное взаимодействие:
асинхронное взаимодействие двух объектов - когда есть третий объект
асинхронное - работа с конкретным объектом, синхронное - со всем массивом объектов
синхронное взаимодействие двух объектов - когда они не могут взаимодействовать друг без друга, асинхронное - могут взаимодействовать между собой друг без друга
Несколько вопросов по исходному коду, и ещё несколько интересных идей:
integer - тип данных в PHP по-умолчанию
$this->input->post('password') - берём из post данные и помещает в this
$this - переменная состояния
$this - переменная, указывающая путь в этом классе
Думаю, буду пополнять коллекцию при возможности.
Нашёл у себя несколько:
В чем разница между GET и POST?
GET - незашифрованное, POST - зашифрованное
Синхронное и асинхронное взаимодействие:
асинхронное взаимодействие двух объектов - когда есть третий объект
асинхронное - работа с конкретным объектом, синхронное - со всем массивом объектов
синхронное взаимодействие двух объектов - когда они не могут взаимодействовать друг без друга, асинхронное - могут взаимодействовать между собой друг без друга
Несколько вопросов по исходному коду, и ещё несколько интересных идей:
integer - тип данных в PHP по-умолчанию
$this->input->post('password') - берём из post данные и помещает в this
$this - переменная состояния
$this - переменная, указывающая путь в этом классе
Думаю, буду пополнять коллекцию при возможности.
I remembered that I wanted to lay out pearls of students.
Found a few:
What is the difference between GET and POST?
GET - unencrypted, POST - encrypted
Synchronous and asynchronous interaction:
asynchronous interaction of two objects - when there is a third object
asynchronous - work with a specific object, synchronous - with the entire array of objects
synchronous interaction of two objects - when they cannot interact without each other, asynchronous - can interact with each other without each other
A few questions about the source code, and some more interesting ideas:
integer - default data type in PHP
$ this-> input-> post ('password') - take data from post and put it in this
$ this is a state variable
$ this is a variable indicating the path in this class
I think I will replenish the collection if possible.
Found a few:
What is the difference between GET and POST?
GET - unencrypted, POST - encrypted
Synchronous and asynchronous interaction:
asynchronous interaction of two objects - when there is a third object
asynchronous - work with a specific object, synchronous - with the entire array of objects
synchronous interaction of two objects - when they cannot interact without each other, asynchronous - can interact with each other without each other
A few questions about the source code, and some more interesting ideas:
integer - default data type in PHP
$ this-> input-> post ('password') - take data from post and put it in this
$ this is a state variable
$ this is a variable indicating the path in this class
I think I will replenish the collection if possible.
У записи 1 лайков,
1 репостов.
1 репостов.
Эту запись оставил(а) на своей стене Анатолий Шишкин