Archive for the ‘Programming’ Category:
Symfony 1.4 – Doctrine Timestampable Behaviour
February 13th, 2010 / 7 Comments » / by Kryptic
Recently Symfony released their LTS 1.4 branch. Unlike previous versions Symfony 1.4 comes with Doctrine as default ORM. If you have worked with Doctrine’s you will be familiar with its Timestampable behavior.
actAs:
Timestampable: ~
Timestampable behavior automatically adds a created_at and updated_at column and automatically set the values when a record is inserted and updated. [...]
I Am The Stig – Facebook Application
December 22nd, 2009 / 7 Comments » / by B@D
This is it.
Today, I proudly announce the completion and launch of our first facebook Application “I AM THE STIG”. We’ve been working on it for quite few weeks and we’re so excited about it. Explore and start using it..
http://apps.facebook.com/iamthestig/
Hiding the Administrator or Front end layout template in Joomla!
September 1st, 2009 / No Comments » / by Kryptic
It’s taken a good part of an hour trying to find how to disable the administrator or front end template for Joomla.
So I thought I’d just make a post in an effort to turn this frustrated energy into something positive.
To display only the contents of the view on the page without being framed by a [...]
Symfony Admin Generator Calling Actions with Custom Parameters
September 1st, 2009 / 8 Comments » / by Kryptic
The administration module actions can receive custom parameters using the query_string argument in a link_to() helper. For example, to extend the previous _edit_header partial with a link to the comments for the article, write this:
It filters the comments to display only the ones related to $article. Using the query_string argument, you can specify a sorting [...]
Fixing IE7 dropping PHP Sessions
February 10th, 2009 / 8 Comments » / by Kryptic
After banging my head against the wall, and spending the better part of today trying to find out why my session variables were not being transferred from page to page in IE7, it worked fine in Firefox and Safari. The sessions not working were rendering MySpace OpenSocial App in Iframe and was dead to anyone using [...]


Recent Comments