For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we would like to select free of charge very functional and at the same time of simple in the use editor – Codelobster PHP Edition .
Let us consider some important possibilities and advantages of this program:
All code highlights...
Read More »
Archive for the ‘PHP’ Category
Debug in PHP: activate xDebug using WAMP
In this post I will show you how to configure xDebug in order to enable debugging in PHP using Eclipse.
What you need?
First of all you need some configuration on you WebServer:
WAMP correctly installed (I used WampServer Version 2.1 64bit with default settings)
Eclipse Helios for PHP Developers installed (I used Eclipse Helios 1.3.1 updated on 14 Feb 2011)
Read More »
Share...
Read More »
Fix Tweetmeme button to be XHTML strict compliant
Tweetmeme plugin is a really great plugin for the integration between Twitter and WordPress, but it has a problem: Is not XHTML strict compliant.
With really few modification I will show how to edit code and make it XHMTL strict compliant.
Locate the file twitter.php into your plugins/tweetmeme folder
Edit the file and locate function twitter_generate_button
Replace line 42
$button...
Read More »
PPEasyMVC – Plinky Easy MVC
Today I published the first release of PPEasyMVC an easy and quick framwork for PHP5.
Project is still in developing in order to create a solid and easy framework for PHP5.
Source code and documentation available on google code: http://code.google.com/p/ppeasymvc/
See u
Ivan
Share this:MoreLike this:Like Loading...
Read More »
ppdao – Plinky PHP DAO generator
Finally I decided to complete and publish an old project of mine. I called this project ppdao (Plinky PHP DAO).
This tool will speed up the way you generate and manage DAO object during a MVC development in php.
Stay tuned on this blog for new updates or go directly on Google Code main project site (http://code.google.com/p/ppdao/).
Bye.
Share this:MoreLike this:Like Loading...
Read More »
