Where i can find a clear short tutorial where i can see how to use a model in zf other then this db-things i dont need them i just need to write a simple model to join two variables.
Good work. I wanted to congratulate you on this wonderful video: very clear. I also want to recognize how difficult it must be to create a tutorial video in a second language - you did so very well!
And after 10K lines of code of a badly documented bloated and poorly designed Zend Framework you have... Just a basic bootstrap application that requires you a learning curve almost as big as learning PHP itself. Trust me you are better off hardcoding from scratch instead of using these low quality frameworks. Even if Zend itself made it, frankly ZF was poor judgement, stick to Zend Studio.
@integral30 Perhaps: however, these frameworks do simplify the workload for learning programers and encourages the learning process, which in the end results in more innovation. Anyone who wants to go on to be a serious will move on to more advanced and refined applications, like ruby. I think that these frameworks aren't that difficult to learn and are gateways to higher systems
@bolshevik2 I understand frustration with Zend FrameWork as the documentation is disorganized but will be improved. You don't need to understand all the internal workings of ZF and the ZF library. You do need to understand Model/View/Controller (MVC) architecture and ZF's use of it so study and understand that first before working with ZF. Or, use a Content Management System (CMS) such as WordPress and Joomla that do all the dirty work for you and require little or no PHP scripting.
Very nice. Got me up to speed with Zend. It seems it is hard to find good information on how to use and build web application with zend. Do you have a web site where you host all your tutorials or any new tutorials on the horizon? Thanks!
if you are beginer, dont make videos.. ;) extending no abstract classes is not the best.. Why you use fatchAll? you want all data?Do you know, it makes object with all information? Try make xml import , with checking exist, by 50 000 items (products in eshop).. Good luck with your experience
@visitek Composition over inheritance.. forcing the program to output only expected and needed set of results to avoid unnecessary massive objects that are not only resource wasteful but unwanted data can get in the way.. Well familiar with all of those and more ;) This is the sacrifice of making tutorials - if I side track into these "little" things viewer may lose focus - these are not app design tuts. Once viewer is familiar with ZF generally hopefully he applies good practices on his own.
@visitek Did not get enough space in the comment to say, Thank you for an honest review :) Perhaps, I could have shown the basics with less bad practices.
Never used RoR so can only speculate. There are some things that Zend really need to pull of in v2 to make it any useful for bigger projects. Specifically modules.
Also, Judging by the rate at which ZF adopts to new technology compared to others(best example is rewriting ZF2 to fit new namespaces in PHP5.3), if they continue doing the same in all areas, I would confidently say - ZF for the future
In my opinion, considering a table class to be a model causes more harm than good. Model is an abstract term, ZF proposes a use of model as a class that interacts with its mapper - actual data source.
@integral30 It's OK for very simple stuff but perhaps you can mention that there is such approach in your video (mapper - separating of abstract logic from data source) and why it's better to use it rather than extend table class, without actually implementing it. Thanks for the videos, interesting thoughts :)
I knew it ... I have a friend that speaks like you and he's Russian. BTW great tutorial bro, it's really clear way to explain MVC. I have a question: How does AJAX interacts with MVC? Does it break the MVC pattern or not?
Where i can find a clear short tutorial where i can see how to use a model in zf other then this db-things i dont need them i just need to write a simple model to join two variables.
shoxzerl 2 months ago
Good work. I wanted to congratulate you on this wonderful video: very clear. I also want to recognize how difficult it must be to create a tutorial video in a second language - you did so very well!
drewdellostritto 4 months ago
And after 10K lines of code of a badly documented bloated and poorly designed Zend Framework you have... Just a basic bootstrap application that requires you a learning curve almost as big as learning PHP itself. Trust me you are better off hardcoding from scratch instead of using these low quality frameworks. Even if Zend itself made it, frankly ZF was poor judgement, stick to Zend Studio.
bolshevik2 8 months ago 2
@bolshevik2 lets see what ZF2 will bring
integral30 8 months ago
@integral30 Perhaps: however, these frameworks do simplify the workload for learning programers and encourages the learning process, which in the end results in more innovation. Anyone who wants to go on to be a serious will move on to more advanced and refined applications, like ruby. I think that these frameworks aren't that difficult to learn and are gateways to higher systems
drewdellostritto 4 months ago
@bolshevik2 I understand frustration with Zend FrameWork as the documentation is disorganized but will be improved. You don't need to understand all the internal workings of ZF and the ZF library. You do need to understand Model/View/Controller (MVC) architecture and ZF's use of it so study and understand that first before working with ZF. Or, use a Content Management System (CMS) such as WordPress and Joomla that do all the dirty work for you and require little or no PHP scripting.
thermalf 5 months ago
what programs are you using?
elvisniperx 9 months ago
Very nice. Got me up to speed with Zend. It seems it is hard to find good information on how to use and build web application with zend. Do you have a web site where you host all your tutorials or any new tutorials on the horizon? Thanks!
code3design 1 year ago
@code3design link to my site in my profile
New one about forms is in production.
integral30 1 year ago
This is quite simply the best explanation of MVC I have come across. Good work!
2guys1diet 1 year ago
not bad. thanks for video
bayramozinal 1 year ago
To me, this makes so much more sense than their documentation
Kureyons 1 year ago
great work! thx mate!
fmozzz 1 year ago
if you are beginer, dont make videos.. ;) extending no abstract classes is not the best.. Why you use fatchAll? you want all data?Do you know, it makes object with all information? Try make xml import , with checking exist, by 50 000 items (products in eshop).. Good luck with your experience
visitek 1 year ago
@visitek Composition over inheritance.. forcing the program to output only expected and needed set of results to avoid unnecessary massive objects that are not only resource wasteful but unwanted data can get in the way.. Well familiar with all of those and more ;) This is the sacrifice of making tutorials - if I side track into these "little" things viewer may lose focus - these are not app design tuts. Once viewer is familiar with ZF generally hopefully he applies good practices on his own.
integral30 1 year ago 6
@visitek Did not get enough space in the comment to say, Thank you for an honest review :) Perhaps, I could have shown the basics with less bad practices.
integral30 1 year ago
Comment removed
code3design 1 year ago
interesante, muchas gracias
jheisondc 1 year ago
interesante, muchas gracias
jheisondc 1 year ago
where can i get source code for these tutorials. please help me anyone
TheRajputhra 1 year ago
Хеллоу : )
Как знакомый проносиэйшн : )
Выложи на русском, брат : ) Сила не в Зенде, сила в ньютонах : )
everfrost77 1 year ago
@everfrost77
lol Уже много спрашивали. Наверное недо бы постараться.
integral30 1 year ago
HAHA, You have a terrible accent
lpmaxi 1 year ago
Tried to watch this tutorial 3-4 times, but that accent just kills me.
SlevinKil 1 year ago
Les puede ser útil...
alfil374 1 year ago
thank you for the great series of videos!
mohannadhussain 1 year ago
а на русском нету? :)
Vovkasamurai 1 year ago
@Vovkasamurai было бы неплохо найти
dndpliz 1 year ago
@Vovkasamurai было бы неплохо найти
dndpliz 1 year ago
Muchas gracias por compartir estos videos.
kamilo185 1 year ago
Да, знакомый акцент :)
gpthebest 1 year ago
Zend or Ruby on Rail which one is best for Future?
teatap 2 years ago
Never used RoR so can only speculate. There are some things that Zend really need to pull of in v2 to make it any useful for bigger projects. Specifically modules.
Also, Judging by the rate at which ZF adopts to new technology compared to others(best example is rewriting ZF2 to fit new namespaces in PHP5.3), if they continue doing the same in all areas, I would confidently say - ZF for the future
integral30 2 years ago
very informative. thanks!
jsmneo10 2 years ago
nice frameYORK!
jsmneo10 2 years ago
In my opinion, considering a table class to be a model causes more harm than good. Model is an abstract term, ZF proposes a use of model as a class that interacts with its mapper - actual data source.
rumco 2 years ago
Agree, mapper is the only way to go for more complex structures. But is a simple data gateway pattern that bad for simple structures?
integral30 2 years ago
@integral30 It's OK for very simple stuff but perhaps you can mention that there is such approach in your video (mapper - separating of abstract logic from data source) and why it's better to use it rather than extend table class, without actually implementing it. Thanks for the videos, interesting thoughts :)
rumco 2 years ago
Спасибо. Интересно. Но было бы шикарно если бы ты записал туториалы и на русском =)
shamkirnet 2 years ago
Great video, nice explanation. Thank you!
allacolesnic 2 years ago
are you spanish ?
TheUnknownMa 2 years ago
Russian
integral30 2 years ago
I knew it ... I have a friend that speaks like you and he's Russian. BTW great tutorial bro, it's really clear way to explain MVC. I have a question: How does AJAX interacts with MVC? Does it break the MVC pattern or not?
franckmercado 1 year ago
very useful for me... thanks a lot!!
jatin495 2 years ago
perfect very good *-*
mukissa01 2 years ago
before i moved on to aptana? Thats kate from KDE.
integral30 2 years ago
Out of curiosity, what editor is that ?
01Vanquish 2 years ago
Excellent tutorial, keep it up the nice work going.
mjehanzeb 2 years ago 3
good stuff. Thanks
logikbomb 2 years ago
Thanks for the video
AVANROTCIV 2 years ago
This comment has received too many negative votes show
terrorist
petisnnake 2 years ago
This comment has received too many negative votes show
He has a slight russian accept, Terrorist because he is russian?
I conclude, you are either
1) fascist
2) Entirely Stupid
3) Rasist
4) a Yank
bowersbros 2 years ago
This comment has received too many negative votes show
fuck
MrMildtouch23 2 years ago
Very, very, very good
ideiassimples 2 years ago 2
Fantastik work with your movies, I love them all. They are clear and very informative.
All my questions was answered in your movies about Zend.
wishdale 2 years ago 4