If you're very strong in basic programming. OOP and Framework isn't too complex at all.
Why OOP?
When you writing a script, you don't need to rewrite the script again. One of the advantage is taking variable from other function. Example:
CODE
function abc($a,$b){
$this->c = $c = $a+$b;
$this->d = $a+$b+$c;
}
function total(){
echo "first total".$this->c;
echo "second total".$this->d;
}
$this->c = $c = $a+$b;
$this->d = $a+$b+$c;
}
function total(){
echo "first total".$this->c;
echo "second total".$this->d;
}
Some people think, "Framework is too complex!"
PHP framework is much more easy than scratch.
All the basic requirement of programming script is included in framework.
Before you start developing application using php framework, you must to understand MVC work.
QUOTE(kesava11 @ Feb 14 2014, 12:13 PM)
We are an official Zend Certification Authorized training partner in Malaysia. Kindly refer to our services at www.rynet.com.my. We can send our trainer to your site, should meet the minimum requirements of the T&C's. Apart from Zend certified training, we do provide in house customized courses on PHP, JavaScript, HTML5, CSS3 too. Have a look and drop in your query.
Thank you,
Kesava
I like Zend Training Course but too expansive. 1 Zend Training Course can buy 1 Macbook Pro.Thank you,
Kesava
Additional Message:
All Zend Guidebook/E-book must buy it.
This post has been edited by spyworld: Mar 7 2014, 09:52 PM
Mar 7 2014, 09:47 PM

Quote
0.0136sec
0.85
6 queries
GZIP Disabled