Our Blog

April 10, 2013
by Julian

Version Control Ignore Patterns in Zend Studio

In order to globally manage the “Ignored Resources”  patterns in Zend Studio, for all projects , instead of manually add to each project, you can do the following:

1. Go to Window-> Preferences

2. Team -> Ignored Resources 

3. using Add Pattern, you can add each ignored pattern , one by one . Or you can remove some of allready existing patterns.

This is specially useful when you have both Git and SVN projects in your workspace , also when you tend to be less careful about your code and workspace :-)

Also, on each project, you can use either global ignored  patterns, or use specific ones.

 

ignore-patterns

Posted in Best Practice, PHP Development, Version Control | Leave a comment

February 21, 2013
by Julian

SVN keywords setup in PHP IDE ( Zend Studio)

For a better integration of SVN, your PHP IDE( Zend Studio), and a bug tracker of choice, the below proprieties must be set, for each project you have.

Continue reading

Posted in Best Practice, Version Control | 1 Comment

June 18, 2012
by Julian

New Features in Zend Framework 1.12

According to Matthew Weier O’Phinney announcement, Zend Framework team is pleased to announce the immediate availability of the first release candidate of the Zend Framework 1.12 series, 1.12.0RC1

 New Features

Continue reading

Posted in DotKernel, Zend Framework | 1 Comment

May 25, 2012
by Julian

Scientia Mobile licensed its Wurfl Cloud PHP library to DotKernel 1.6

In the DotKernel version 1.6.0 , released on May 16th, 2012 we have removed the GPL’ed WURFL PHP library , as the code it was obsolete anyway and also the structure of the XML file was changed.

Instead , we implemented the Scientia Mobile’s WURFL Cloud PHP  library .

Continue reading

Posted in DotKernel, PHP Development | Leave a comment

May 18, 2012
by deddu

Wurfl Cloud Integration in DotKernel 1.6.0

Another new feature in version 1.6.0 of DotKernel is the integration of Wurfl Cloud.

Wurfl or Wireless Universal Resource FiLe is coming with a new way to deliver their services of device detection and they named it Wurfl Cloud.

Because of the need to detect mobile devices in DotKernel we have integrated Wurfl Cloud as the default detection method.

Continue reading

Posted in Best Practice, DotKernel | Leave a comment