PHP

Zend Framework – Sourcebits Contribution Team

Sourcebits is investing efforts for making one of the best PHP frameworks even better. With a whole team of talented and skilled developers, we're contributing to the framework using the best proven components we have developed based on our experience using the Zend Framework on our projects. You can check out the proposals we have already ...

Continue Reading

Using the keyword “this” in PHP

You may come across number of functions, variables inside a class, you
call each one them as object of the class.

The keyword “this” is used in a class in php , to call and use these objects as
shown in the example below.

Continue Reading

HTTP Request without CURL

A short tutorial on how to make a simple object for HTTP request without the need of using CURL. The way to accomplish that is using the function stream_context_create to prepare the string, and then you use fopen and stream_get_contents to get the response. <?php

class Custom_Http_Request
{
    private $_url;
    private $_body;
  ...

Continue Reading

Philosophy of Object Oriented Programming and Software Design

Now, I am no expert in OOP or software design, but here’s a philosophy which might help you make the most of what you know about OOP and software design.

Continue Reading
full indir download