Nikolas
Sun 30 September 2007, 01:59 pm GMT +0200
Lately I am trying to populate our
php tutorials section but I left out of ideas :)
Can you please post here any ideas for tutorials? Any feedback will be deeply appreciated :)
Meth0d
Sun 30 September 2007, 07:09 pm GMT +0200
would mysql/php tutorials count here? what about a inner join/left join tutorial using PHP?
Nikolas
Sun 30 September 2007, 07:56 pm GMT +0200
That's not a bad idea. Of course php/mysql tutorials count :)
olaf
Sun 30 September 2007, 07:57 pm GMT +0200
would mysql/php tutorials count here? what about a inner join/left join tutorial using PHP?
why are joins related to PHP? it's pure sql
Meth0d
Mon 1 October 2007, 01:07 am GMT +0200
another idea for a tutorial.. php5 functions made for php4, such as str_ireplace and array_combine and etc? just thinking of different things that people may find useful
Nikolas
Mon 1 October 2007, 08:12 am GMT +0200
That's a nice idea but most functions are already exist in the manual :(
Meth0d
Mon 1 October 2007, 08:16 am GMT +0200
jus throwin ideas out there :P
perhaps a tutorial on the advanced usage of for loops, rather than using foreach loops?
jemgames
Sun 7 October 2007, 10:10 pm GMT +0200
how about a simple tutorial on object orientated programming?
help the newcomers with their classes and all that?
Nikolas
Sun 7 October 2007, 10:16 pm GMT +0200
how about a simple tutorial on object orientated programming?
help the newcomers with their classes and all that?
That's a good idea. I am not too good explaining theoretical stuff to people, but I will give it a try :)
olaf
Sun 7 October 2007, 11:31 pm GMT +0200
how about a simple tutorial on object orientated programming?
help the newcomers with their classes and all that?
yeah maybe some pattern, there is not so much info about singleton & co.