News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

PHPFreaks.com:
Debugging A Beginner's guide
June 10, 2008 @ 07:59:13

On PHPFreaks.com there's a new tutorial providing a beginner's guide to debugging in PHP (with the built in functionality PHP has, not external software).

Everyday the forums see probably hundreds of topics posted where the problem is a fairly simple error. [...] As a beginner, it can be difficult to find and solve these errors. By tackling each of these in turn, I hope to teach you some methods of finding and solving them.

They look at the different sorts of errors - syntax errors, fatal errors, warnings, notices - as well as some of the ones a bit harder to track down like database problems and logical errors.

0 comments voice your opinion now!
debug beginner guide parse warning fatal error notice



Mindoop Blog:
SEO Warning Zend framework and duplicate content
November 21, 2007 @ 07:54:00

On the Mindoop blog, there's a new post talking about some of the issues that the Zend Framework could cause with the SEO for your site - a simple reason, really.

Zend framework is becoming a first choice framework for a large percentage of PHP developers. It's native support for advanced URL routing makes implementing search engine optimized URLs a breeze. Or not?

Because of the reserved words for the controllers and the multiple ways to access the actions below it (his example is case_studies, case-studies and case)studies) make three different ways to get to the same content - a SEO no-no.

6 comments voice your opinion now!
seo warning zendframework duplicate content seo warning zendframework duplicate content


The Bakery:
Clear the PHP4 warnings when working in eclipsePHP
February 20, 2007 @ 12:47:00

CakePHP users can find a quick hint from The Bakery today pointing out how to get ride of some of the warning messages when working with the framework in PHP4.

CakePHP - a great framework, but sometimes surprising to those who are used to programming with PHP 5. EclipsePHP spits out pages and pages of warnings when compiling towards a PHP 5 base, scaring new CakePHP converts.

The method involves performing a global search and replace on seven key strings to help them conform to the CakePHP standards. The warnings will "magically" disappear following.

0 comments voice your opinion now!
eclipsephp warning php4 cakephp framework search replace eclipsephp warning php4 cakephp framework search replace


Pierre-Alain Joye's Blog:
PEAR Template IT bugs fixes release
April 12, 2006 @ 07:37:38

Pierre-Alain Joye notes today that there were some issues with the PEAR HTML_Template_IT package he's a lead programmer for.

An annoying bug in the ITX callback system introduced a couple of months ago has been fixed. I would force me to write 100 more tests if I forgot again to run them before a release. But the bug seems to not have affected too much people (no related bug report) :-)

The other two are a PHP notice and a warning. For some reason fread decided to raise a warning when the content is zero, it will be fixed in PHP soon, but I still have to fix it in my code.

You can either check out the HTML_template_IT homepage for more or just grab it directly.

0 comments voice your opinion now!
php pear html_template_it package callback system notice warning php pear html_template_it package callback system notice warning


Vidyut Luther's Blog:
Difference between "require()" and "include()" in PHP
January 05, 2006 @ 06:56:33

On his blog, phpcult.com, Vidyut Luther talks about the difference between require and include in PHP.

This should be well known, and people should be aware as to why they are using either or. But, I've noticed lately that a lot of people new to PHP or programming are not aware of the difference. Depending on what you need you, need to decide what the differences are.

It's a short post, but for someone just getting into PHP, it's some handy information to have. He looks at both functions and gives what they're good for. He does throw in a few caveats, though - including an issue with parse errors in included files pre-PHP 4.3.5...

0 comments voice your opinion now!
php different include require fatal error warning php different include require fatal error warning



Community Events











Don't see your event here?
Let us know!


security job PHP5 package book ajax code PEAR mysql releases framework zend cakephp zendframework application example developer release conference database

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework