Saturday, January 26th, 2008
Ok, this is the last part of my reviews. This post listed some WEIRD and STRANGE questions I found in the phparch’s simulator exam. You may think these are some advanced features of the PHP5 language, but some of them are actually mention in the GUIDE also. However, some of the questions, I found that [...]
18 Comments » |
Posted in php |
Tagged with:Technology,web development,zend certification,php
Thursday, January 24th, 2008
In this and the up-coming Post, I listed some extra questions I found during I took the phparch’s Vulcan Zend PHP 5 Certification Testings. This post listed some EASIER but will not be frequently asked in the actual exam I think. But, they are worthy noted here, they can also serve as check points for [...]
13 Comments » |
Posted in php |
Tagged with:Technology,web development,zend certification,php
Tuesday, January 22nd, 2008
Since I mentioned before, I didn’t included the Language Basic and Function topics in these series of reviews, because I think you should already have a good knowledge about them. Anyway, if you have more time, then you can following this post to review some of these features in PHP. It mainly includes PHP’s String(since [...]
5 Comments » |
Posted in php |
Tagged with:Technology,web development,zend certification,php
Sunday, January 20th, 2008
Here is the second topic regarding the OOP paradigm. Trust me, read more about Design Pattern, don’t just for pass the exam sake. The exam regard to the Design Pattern and general OOP theory is very basic. Anyway, following I listed some basic Design Pattern may tested in the exam. Also, I think you should [...]
17 Comments » |
Posted in php |
Tagged with:Technology,web development,zend certification,php
Friday, January 18th, 2008
Object Oriented Programming is the norm in modern software programming. Sadly, prior PHP4, PHP lack a great OOP language support. PHP5 changes all that. That’s why the Exam has two topics especially regarding this area: the actual OOP feature in PHP5 and OOP design and theory. This post is a brief review on PHP5 OOP [...]
2 Comments » |
Posted in php |
Tagged with:Technology,web development,zend certification,php
Wednesday, January 16th, 2008
Due to the fact that many hosting providers and live web sites are still using PHP4, and this situation is likely remaining for some time; the PHP5 Certification Exam has a topic on the difference between PHP4 and PHP5. You should have very good knowing that PHP5 has great improvement on which subject as well [...]
15 Comments » |
Posted in php |
Tagged with:Technology,web development,zend certification,php
Monday, January 14th, 2008
Security is very important for any application, particularly for web application. So the exam requires you have at least a very well understanding how the security problems actually affect todays web applications innovation. You must know some common security issues, the security issues not just regarding PHP itself. Since PHP is an embedded language, you [...]
6 Comments » |
Posted in php |
Tagged with:Technology,web development,zend certification,php
Saturday, January 12th, 2008
Although the GUIDE says the Exam is database neutral, but in fact, it is somewhat regarding the Mysql database. Anyway, you should have good understanding with the SQL, such as joins, indices, primary keys, multi query, ect. Regarding PHP, you should read something about the new mysqli extension as well as the PDO object.
Leave Comment » |
Posted in php |
Tagged with:Technology,web development,zend certification,php
Thursday, January 10th, 2008
Finally, we get into the WEB PROGRAMMING. This is what php was made for! This is a VERY VERY important aspect in the exam. Make sure you have understood how COOKIE, SESSION, HTTP headers, SUPER GLOBALS, etc works in PHP. Also, the exam requires you know some of the PHP configuration directive (in the php.ini [...]
3 Comments » |
Posted in php |
Tagged with:Technology,web development,zend certification,php
Tuesday, January 8th, 2008
Following previous review on Streams and Network, here is the XML and Web Service. This is more and more important area in php I think since most Web2.0 applications use XML and Web Service technology. Also, PHP5 comes a new XML extension, SimpleXML. The exam seems requires you know the difference between SAX (Simple API [...]
2 Comments » |
Posted in php |
Tagged with:Technology,web development,zend certification,php