The Standard PHP Library PRO
The standard PHP library (SPL) exposes some of the PHP internal functionalities allowing the developer to develop PHP script that works in a special different way. Among the special possibilities SPL enables we can find the the possibility to access objects as if they were arrays and the possibility to iterate objects using an iterator. Implementing the ArrayAccess interface […]
The PHP __autoLoad($str) Magic Method PRO
The PHP __autoLoad($str) magic method is been called when a class is required. We can define it in our PHP script and let it handle the inclusion of a separated PHP script source code where the class is defined. I have just updated the Object Oriented Programming slides in my PHP Fundamentals course with a […]
HIT PHP Web Applications June 2011 INFO
In June 2011 I will start to deliver a professional course for developing social web applications in PHP. I deliver this course through the external studies unit of HIT. The programming language selected for the server side is PHP. Most of the course focuses on PHP. The rest of the hours are allocated for complementary technologies […]
HIT PHP Web Applications March 2011 PRO
In march 2011 I will start to deliver a professional course for developing social web applications in PHP. I deliver this course through the external studies unit of HIT. The programming language selected for the server side is PHP. Most of the course focuses on PHP. The rest of the hours are allocated for complementary technologies […]
HIT PHP Web Applications November 2010 PRO
In november 2010 I have started to deliver a professional course for developing social web applications. I deliver the course through the external studies unit of HIT. The programming language selected for the server side is PHP. Most of the course focuses on PHP. The rest of the hours are allocated for complementary technologies and […]
The Bing API PHP Library PRO
The Bing Search Engine API is available for PHP developers. You can easily use it within your PHP code and perform various searches using the Bing search engine server side. In order to use the Bing API PHP library you first need to obtain a Bing App ID. The process for getting that ID is fairly […]
PHP Zend Framework Code Sample PRO
The learning curve of the PHP Zend Framework isn’t friendly. Based on my experience so far lecturing Zend Framework courses I believe starting with a simple code sample can be very useful. The following video clip explains how to run the sample application I have just developed.
Use Visual Studio 2010 to Develop PHP Applications INFO
Jcs.Software has developed the Vs.PHP IDE based on the well known visual Studio. You can get a free trial version for 30 days. The price of the full commercial version is $100. This IDE can be integrated either with the IIS7 or with an external one such as the apache web server.
Install PHP on .NET Platform TECH
When installing the .NET web platform on our computer we can select to install the PHP envrironment as well as various PHP open source projects, such as Drupal, Joomla, Moodle and WordPress. Thanks to this possibility we can continue using the .NET platform and at the same time enjoy the various great open source PHP […]
The PHP Platform and The .NET Framework BIZ
During the last years I found PHP to be an amazing easy to learn and easy to use programming language. It has become my preferred language for most of the web applications I develop. One of its main advantage is the amazing collection of various open source web applications that were developed in PHP. Joomla, Drupal, […]