All talks > Talks tagged with code

 
prestashop XHTML/XML rendering error in browsers

I found a very strange problem with one of my ecommerce applications: one day all browsers started to report a XML rendering error of the content so that the website was only partially rendered. I have never found such problem before and it took me quite a while to find the cause. prestashop X[...]

General Symfony 2 discussion • htaccess ko

Hi !If I use Code: <IfModule mod_rewrite.c>    RewriteEngine On    RewriteCond %{REQUEST_[...]

symfony 1.3 and 1.4 • Routing validate with database entry

Hi,i've to do rules like Code: friendslist:  url:   /:city/friends/:page  param: { module: frie[...]

General Symfony 2 discussion • Symfony2 Doctrine Query

Hi I am new to Symfony.I am trying to delete data from db table.the code is as follows>>$dele[...]

General Symfony 2 discussion • Twig Translation using Yaml list

Hello,I want to translate my pages twig file with un yaml filehere is my message.en.yml Code: descr[...]

General Symfony 2 discussion • Using QueryBuilder help

So here i am, i got a few basic things working...up to getting strings from db... Code:  $conn = $[...]

icanhaz templates (auto)loader

When developing a RIA application with icanhaz.js, you may wonder about the best way to easily maintain and efficiently load all your templates. The following code implements an object you can use to load all your templates initially (you may also load templates on-demand by implementing other[...]

General Symfony 2 discussion • From legacy to SOA (advice needed)

Hi all, In our company we have a product that is currently based on a log of legacy code. Of coarse[...]

ICanHaz.js grabTemplates example

ICanHaz.js is a simple client-side templating system using mustache by default. It can be used as a replacement for server-side templating systems such as smarty or twig. Rendering templates on client-side make AJAX communication ligther, because less information are sent. You can think of it a[...]

General Symfony 2 discussion • Insert some objects from checkboxes

This is the code of a controller to manage a form:Code: public function createAction(Request $reque[...]

 
 
 
 
Want to support this service?