Advanced PHP Programming - Error Handling
Short Description
ERRORS ARE A FACT OF LIFE. Mr. Murphy has an entire collection of laws detailing the prevalence and inescapability of errors. In programming, errors come in two basic flavors:
- External errors—These are errors in which the code takes an unanticipated path due to a part of the program not acting as anticipated. For example, a database connection failing to be established when the code requires it to be established successfully is an external error.
- Code logic errors—These errors, commonly referred to as bugs, are errors in which the code design is fundamentally flawed due to either faulty logic (“it just doesn’t work that way”) or something as simple as a typo.
Website: www.ayrehoteles.com | Filesize: 724kb
No of Page(s): 34
Read more
PHP object-oriented programming
Short Description
Mention object-oriented programming to most web developers and you usually get the same effect: blood will drain from their faces and their eyes will glaze over. Thats a shame, because OOP is a hugely useful technique in anyones toolbox. The reason people are usually afraid of it is because OOP has long been the realm of “serious programmers”, as opposed to “dabblers”. Given that many web developers see PHP as a neat hack to add functionality around the beautiful interface theyve designed, you can imagine why OOP gives them jitters.
In this tutorial, I want to show you how object orientation works with the minimum amount of theory and the maximum amount of practical, hands-on code that you can get using straight away. So lets go OOP!
Website: www.netmag.co.uk | Filesize: 115kb
No of Page(s): 3
Read more
Introduction to Object-oriented programming with PHP
Short Description
What does OOP aim to achieve?
- Allow compartmentalized refactoring of code.
- Promote code re-use.
- Promote extensibility, flexibility and adaptability.
- Better for team development.
- Many patterns are designed for OOP.
- Some patterns lead to much more efficient code.
- Do you need to use OOP to achieve these goals?
+ Of course not.
+ It’s designed to make those things easier though.
Website: talks.somabo.de | Filesize: 1035kb
No of Page(s): 122
Read more
MySQL/PHP Database Applications
Short Description
Both PHP and MySQL are easy to use, fast, free, and powerful. If you want to get a dynamic Web site up quickly, there are no better choices. The PHP scripting language was built for the Web. All the tasks common to Web development can be accomplished in PHP with an absolute minimum of effort. Similarly, MySQL excels at tasks common to dynamic Web sites. Whether you’re creating a content-management system or an e-commerce application, MySQL is a great choice for your data storage.
Website: www.neural.uom.gr | Filesize: 3605kb
No of Page(s): 620
Read more
PHP−Nuke: Management and Programming
Short Description
PHP-Nuke is free software, released under the GNU License.
It is a CMS (Content Managment System) that integrates in its inside all the instruments that are used to create a site/portal of information (meant in broad sense). Given the immense number of present functions in the installation and in an even greater quantity of modules developed from third parties, the system is also adept to the management of
· Intranet business,
· e-commerce systems,
· corporate portals ,
· public agencies,
· news agencies,
· online companies,
· information sites,
· e-learning systems
· and so on…
Website: www.ibiblio.org | Filesize: 1242kb
No of Page(s): 66
Read more
PHP Programming Handout
Short Description
What is PHP?
• PHP stands for PHP Hypertext Processor — A recursive definition!!.
• PHP is a server-side scripting language that is embedded in a web page or can be run as script (much Like Perl) from the command line (Full support since version 4.3)
Website: www.cs.cf.ac.uk | Filesize: 2497kb
No of Page(s): 18
Read more
PHP 5 Power Programming
Short Description
Within the last few years, PHP has grown to be the most widespread web platform in the world, operational in more than a third of the web servers across the globe. PHP’s growth is not only quantitative but also qualitative. More and more companies, including Fortune companies, rely on PHP to run their business- critical applications, which creates new jobs and increases the demand for PHP developers. Version 5, due to be released in the very near future, holds an even greater promise.
Website: ptgmedia.pearsoncmg.com | Filesize: 9619kb
No of Page(s): 720
Read more