
Throughout my career, I’ve witnessed the development of a variety of websites, mobile applications and software projects; I’ve heard a lot of great ideas and I’ve witnessed a lot of frustration when the vision isn’t properly translated to a final project. I’ve had my own…
This post is about rebuilding your database from a schema.yml file in your Symfony project (Symfony version 1.4.8 embedded in the project at /path/to/your/project/lib/vendor/symfony/lib). If you make a change in your config/doctrine/schema.yml, run these commands from your project's root directory. ./symfony doctrine:drop-db ./symfony doctrine:build-model ./symfony…
Here is a simple code snippet for those who want to make some of the submit buttons on their Drupal website image buttons: function MYTHEME_button($element) { if ($element['#value'] == t('Search')) { $element['#src'] = drupal_get_path('theme', 'MYTHEME') . '/images/search_button.png'; $element['#button_type'] = 'image_button'; } if ($element['#button_type']…
Many of our customers look at implementing Content Management Systems, but they are unsure of where to start, what to look for, and what is out there. Join us on September 15th at 2:00 as we discuss some of the features and benefits of a…
In my experience, cache has not been my friend. Rather than being strapped for it, I've often found myself with just too much cache. I'll be pounding away at a stylesheet for twenty to thirty minutes - clueless, of course, as to why my changes…
Programs
Industries
Communications
Services
@2025 Accella