Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Aura Blog:
A Peek At Aura v2 -- Aura.Sql and ExtendedPdo
Oct 22, 2013 @ 15:04:51

On the Aura blog Paul Jones has posted a look ahead for the framework, looking specifically at what's coming in version 2 for the Aura.Sql and ExtendedPdo functionality.

In the lessons learned post, I talked about how Aura was born of the idea that we could extract independent decoupled packages from Solar, and how in doing so, we discovered that some of those extracted packages themsleves could be further split into independent pieces.

He gives the example of Aura.Sql compared to the Solar_Sql (from the Solar framework) and how certain things that they thought needed to be coupled actually didn't. In version 2 of the Aura.Sql component, they're taking this same approach and abstracting out things that don't actually need to be in the base class. This breaks it up into three packages - Aura.Sql-v2, Aura.Sql_Query and Aura.Sql_Schema. He gets into more detail in the rest of the post as to what the new Aura.Sql (v2) will still handle.

tagged: aura framework aurasql extendedpdo pdo database version2

Link: http://auraphp.com/blog/2013/10/21/aura-sql-v2-extended-pdo/

Refulz.com:
CakePHP evolves to 2.0
Feb 08, 2012 @ 17:15:43

On the Refulz.com blog there's a new post looking at some of the new features in CakePHP 2.0 including its use of lazy loading, the CakeEmail library and the new class loader.

With CakePHP 2.0, they have dropped support for PHP 4 and have refactored the library code to make it strictly complaint with PHP 5.2+. Modeled on Ruby on Rails (RoR), CakePHP is a tough competition to Zend framework, Symfony and CodeIgniter.

Besides the topics mentioned above, he also goes into the details of the new CakeRequest and CakeResponse models (to access information about teh current request/response). Summaries of all of the new functionality are provided along with some sample code where needed to illustrate.

tagged: cakephp version2 features lazyloading model email loader

Link:

Community News:
Delphi for PHP Updated - Version 2
Aug 30, 2007 @ 14:51:00

CodeGear (Borland) have release an update to their Delphi for PHP toolset - Update 2 for Windows (21.8MB).

According to the International PHP Magazine site:

The second Delphi update for PHP includes improved documentation, updated VCL for PHP, and fixes. [...] Delphi for PHP Update 2 includes an updated version on the VCL for PHP, updated InterBase client library, improved documentation, and many bug fixes. Update 2 includes new component packages, if you have a previously installed version of Delphi for PHP, those packages won't be installed automatically and you may want to use them.

You can find out more about this software package from its page over on the CodeGear.com website including a link to download a trial.

tagged: delphi update borland codegear version2 delphi update borland codegear version2

Link:

Community News:
Delphi for PHP Updated - Version 2
Aug 30, 2007 @ 14:51:00

CodeGear (Borland) have release an update to their Delphi for PHP toolset - Update 2 for Windows (21.8MB).

According to the International PHP Magazine site:

The second Delphi update for PHP includes improved documentation, updated VCL for PHP, and fixes. [...] Delphi for PHP Update 2 includes an updated version on the VCL for PHP, updated InterBase client library, improved documentation, and many bug fixes. Update 2 includes new component packages, if you have a previously installed version of Delphi for PHP, those packages won't be installed automatically and you may want to use them.

You can find out more about this software package from its page over on the CodeGear.com website including a link to download a trial.

tagged: delphi update borland codegear version2 delphi update borland codegear version2

Link:

Derick Rethans' Blog:
The first Release Candidate of Xdebug 2
Oct 09, 2006 @ 12:08:53

Derick Rethans has a quick post today about the first release canididate for the latest version of the XDebug software - version two - and it's release.

In the past few months I've been working on various fixes (and feature additions) for Xdebug. Most notable are the much improved code coverage and the new stack trace layout. All these changes made it into Xdebug 2.0.0RC1 which I just released through PECL.

Derick notes that there are a few more bugs/build fixes to work out in the debugger client before it can be included in the build. You can find out more information about xDebug and grab this latest release over on the project's website.

tagged: xdebug release candidate version2 debugger download xdebug release candidate version2 debugger download

Link:

Derick Rethans' Blog:
The first Release Candidate of Xdebug 2
Oct 09, 2006 @ 12:08:53

Derick Rethans has a quick post today about the first release canididate for the latest version of the XDebug software - version two - and it's release.

In the past few months I've been working on various fixes (and feature additions) for Xdebug. Most notable are the much improved code coverage and the new stack trace layout. All these changes made it into Xdebug 2.0.0RC1 which I just released through PECL.

Derick notes that there are a few more bugs/build fixes to work out in the debugger client before it can be included in the build. You can find out more information about xDebug and grab this latest release over on the project's website.

tagged: xdebug release candidate version2 debugger download xdebug release candidate version2 debugger download

Link:


Trending Topics: