PHP / mySQL 6 comments
I couldn't find any helper for CakePHP to implement GeSHi, so I had to write my own. Bellow are the results of this helper in action.

To be able to use this helper you need to download GeSHi and put it in /app/vendors/geshi directory. You only need geshi.php and the geshi folder.

/app/views/helpers/formatting.php
 to view the code read the full post

Load the helper into your cotroller var $helpers=Array('Formatting');. To tell the helper what to highlight, the text from your view must be between the <code></code> tags. You can specify the language you wish to highlight like this: <code language="php"></code>. If no language is defined, the default ...read more
Personal 9 comments
Currently I'm working as a web developer for imageright in Timisoara (Romania). Here I develop websites in PHP with mySQL database, using CakePHP as framework. It does make my life easier, no doubt about that. Well, I'll have this job for 1 more week.

Since I won't be employed after this 1 more week I had to find myself another job. And I did, at least I thought that I did.

This Monday I had my interview at one of the two companies. BG Bricks it's a dutch company developing intra net applications. At least that's what they told me. The company headquarter is in the Netherlands, in Timisoara they have just a point office. The job interviews and hirings are managed by another dutch ...read more
Pages: 1