colocar un item por defecto a un combo relacionado
//MenuCardTable.class public function getMenuCardForCombo(){ $q = Doctrine_Query::create() ->select(‘m.*’) ->from(‘MenuCard m’); … Read More »colocar un item por defecto a un combo relacionado
//MenuCardTable.class public function getMenuCardForCombo(){ $q = Doctrine_Query::create() ->select(‘m.*’) ->from(‘MenuCard m’); … Read More »colocar un item por defecto a un combo relacionado
if (isset($_SERVER[‘REMOTE_ADDR’])) die(‘Permission denied.’); Note it’s also possibl with a .htaccess file and “deny from all ” in that file
perl -ple ‘s/num/$n++/e’ filename
En HTML: <img src=“…” align=“absmiddle” /> Texte En CSS : <img src=“…” style=“vertical-align:middle” /> Texte
Note Pour telecharger la piece “pngfix.js” aller sur le site: http://catinon.info/blog/2006/01/24/3-le-point-sur-les-png-transparent-sous-ie6. /* A ajouter entre les balise <head> */ <!–[if lt IE 7]> <script defer… Read More »Transparence sous IE png provenant de balises
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */ @font-face { font-family: “Fertigo”; src: url(https://www.taptaptap.com/Fertigo.otf) … Read More »Use own fonts in your website
Note Useful for displaying code snippets for example pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space:… Read More »HTML CSS Trick for wrapping long lines with PRE tag
Doctrine $eventName = Doctrine::getTable(‘Events’)->find($id)->getName(); Propel $event = EventsPeer::RetriveByPk($id); $eventName = $event->getName();
<STYLE> H1.SaltoDePagina { PAGE-BREAK-AFTER: always } </STYLE> <!–En el sitio en que quieras forzar el salto de página deberás poner el tag h1… Read More »Forzar un salto de página en la impresión html xhtml