Arrays are everything: Sorting arrays

preview_player
Показать описание

Official site

Twitter
Рекомендации по теме
Комментарии
Автор

Best tutorial ever! Thank you! :) I was in trouble with shorting functions but now evrything is crystal clear :)

danielkemeny
Автор

Hi, GOD bless you man! I have been banging my head trying to sort a products array with tons of elements. The sort is a custom sort done by the user after the page loads with all the products. First trying with PDO sql and that didnt end up well, then trying a mile long PHP switch and that was hell (but it looked pretty lol) And then on top of all that having to also keep the pagination in order... I had totally forgotten about all the PHP sorts available. Thank you so much for taking the time to make this video, you have given me hope :) Thanks again :) I do like your other videos as well.

durangodave
Автор

Im using this theme and color sheme on my sublime and never get tired of it..

Its just beatiful

guigrillo
Автор

I enjoy your videos - and have learned a lot from you. Thank-you. I want to add another function to this list that was useful to me in many ways.

array_unique($an_array, SORT_REGULAR) - this helps sort and remove duplicate elements. It has 3 other SORT_flags.

Cheers!

smenezes
Автор

Helpful to use these PHP built-in functions instead of loops i.e; foreach etc
Thanks and Love from Pakistan

nabeelyousafpasha
Автор

Very useful video! By the way it would be cool if you make a video about memcached or some similar memory caching system.

vadimaddis
Автор

The best tutorials of course belongs to codecourse. Always good stuff. Maybe a tutorial for cropping images on php?

PauloSantos-yutn
Автор

Awesome job, just though of sharing Spaceship Operator

This <=> operator will offer combined comparison
Return 0 if values on either side are equal
Return 1 if value on the left is greater
Return -1 if the value on the right is greater

pearlboy
Автор

Hello,

thanks for this video.

Is there any PHP Registration system new because the one you had is old i see.

Do you have any tutorial for full registration system available for this time? (not timedout) (PHP5+)?

thanks!

tetike
Автор

very nice tutorial, but how to sort files by modified date when you use glob or scandir to get list of files from directory ?

turnbrain
Автор

Dear Codecourse, you still ain't responded to my comment on your last video
I hope you have a chance
I just think it is bad you don't answer fans
If you don't want to make the tutorial you don't have to
But you could at least respond to me
I waited 5 days for your answer and you just said no.
That's pretty bad man, you're like my role model
I like you more than i do Scooby-Doo
I ain't that mad though, I just don't like being lied to
See, I'm just like you in a way.I also know PHP, CSS, HTML, JS
I even have the same Sublime-text theme.
I even got a tattoo of your name across the chest
Sometimes I even cut myself to see how much it bleeds
It's like adrenaline, the pain is such a sudden rush for me
See every youe tutorial is real
And I respect you ‘cause you tell it
Thenewboston is jealous ‘cause I talk about you 24/7
But she don't know you like I know you, Codecourse, no one does
You gotta call me, man
I'll be the biggest fan you'll ever lose, sincerely yours, Stan
P.S.are you going to make real time chat system?

acentill
Автор

The past theme of your editor is more readable.

japjap