Symfony Tutorials
3 mos, 2 wks ago
xampplite and symfony « Dumbified's Blog
Since I already had xampplite installed which provides me with a mysql database and apache web server, all I needed to do was to download symfony, unzip it and move it into my development location. After some going through the Getting Started in the ... For the various operating systems, go search out how to set the global variables. I'm using windows 7, so all i had to do was to right click on My Computer->Properties->Advanced system settings->Environment Variables. ...
read more
3 mos, 2 wks ago
Plugins | sfBBCodeParserPlugin | 1.0.2 | symfony | Web PHP Framework
Release 1.0.0 - 29/04/2009. New version for symfony 1.2; Added a demo module; Added a new config handler for the main config, the filters and the tags; Reorganized svn structure of the plugin, created 1.0 branch and trunk for sf 1.2 ..... related tags in the config/bb_code_parser_tags.yml. To know how to implement your filter class, look at the standard filter classes like sfBBCodeParser_Filter_Email provided by the plugin and check the library API on the PEAR website. ...
read more
3 mos, 3 wks ago
• test.ical.ly transforms – English is the new black! | test.ical.ly
PHPUnit testing a symfony plugin; Copy and paste detection and how to deal with it; Becoming a clean code developer by looking at your own code; Thoughts about code coverage; Continuous integration with Hudson-CI; Thoughts about caching ...
read more
3 mos, 3 wks ago
Plugins | sfCKEditorPlugin | 0.1.2 | symfony | Web PHP Framework
How to install: symfony plugin:install sfCKEditorPlugin. You need to create an autoload.yml in the project config directory. autoload: ckeditor: name: ckeditor path: path/to/ckeditor/dir recursive: on ...
read more
3 mos, 3 wks ago
symfony 1.3.4 and 1.4.4
How to Upgrade. If you've checked out a copy of the a tag from Subversion, switch to the latest: // symfony 1.3 $ svn switch http://svn.symfony-project.com/tags/RELEASE_1_3_4 // symfony 1.4 $ svn switch ...
read more
3 mos, 3 wks ago
symfony 1.3.4 and 1.4.4 | PHP Frameworks
How to Upgrade If you've checked out a copy of the a tag from Subversion, switch to the latest: // symfony 1.3 $ svn switch http://svn.symfony-project.com/tags/RELEASE_1_3_4 // symfony 1.4 $ svn switch ...
read more
3 mos, 3 wks ago
Symfony – Saving Metadata During Form Save (sort ids) | Me Like Dev
Symfony – Saving Metadata During Form Save (sort ids). A few months ago I wrote an article about how to edit the sfFormExtraPlugin to respect metadata for 'associated' (selected) items. Back then I was able to get this to work 'out-of-the- box' because MySQL was playing .... If you are upgrading from version 1.2 to version 1.3 of symfony you may run into some odd filter issues after following their online guide @ http://www.symfony-project.org/tutorial/1_4/en/upgrade. ...
read more
3 mos, 3 wks ago
Symfony – Upgrade from 1.2 to 1.3 – Filters.yml | Me Like Dev
If you are upgrading from version 1.2 to version 1.3 of symfony you may run into some odd filter issues after following their online guide @ http://www.symfony-project.org/tutorial/1_4/en/upgrade. .... In the never ending quest to figure out how to successfully embed symfony forms I found myself always opening /symfony/lib/plugins/sfDoctrinePlugin/lib/form/sfFormDoctrine.class.php to study the order of operations for saving data against a form object. ...
read more
3 mos, 3 wks ago
A week of symfony #170 (29 March -> 4 April 2010)
Updated How To Connect To MSSQL Server page. New symfony bloggers. RefineWeb.co.uk (feed) (English); White October (feed) (English); Hudson's words about symfony (feed) (Russian). Plugins. New plugins. pmMigratorPlugin: provides objects ...
read more
We opened the air-condition in the living room and started to think how to kill the time before dinner was prepared. Some of us started to sing karaoke but the songs in the house are not the updated songs. We are hardly to find songs ...
read more
To be more clear - I need help with how to use the existing symfony classes to take a php template and render it in the same way that a component would for example. Do I just create a new sfPartialView and point it at my template file ...
read more
symfony - open-source PHP web framework. ... $cc->setUserName(sfConfig::get('mod_registration_paypal_username')); $cc->setPassword(sfConfig::get('mod_registration_paypal_password')); // API signature // How to get a signature ...
read more