[symfony-users] Correct way to embed i18n forms in symfony 1.4/propel

2011-05-09 Thread Adam Frame
Symfony 1.4 Propel (with sfPropel15Plugin) I have a multilanguage Gallery with the following schema: # Galleries pi_gallery: _attributes: phpName: Gallery isI18N: true i18nTable: pi_gallery_i18n _propel_behaviors: sortable: ~

[symfony-users] embedRelation & embedI18n inserts 2 records

2011-04-27 Thread Adam Frame
I have a multilanguage Gallery with the following schema (propel, using sfPropel15Plugin) [code] # Galleries pi_gallery: _attributes: phpName: Gallery isI18N: true i18nTable: pi_gallery_i18n _propel_behaviors: sortable: ~ id: ~ article_id: type: int

[symfony-users] Symfony 1.4.9, sfPropel15Plugin(1.6 branch) and sluggable behaviour.

2011-02-13 Thread Adam Frame
For whoever may be using the above combination. Small problem using in symfony 1.4 project regarding sluggable behaviour. When adding primaryString: true to the schema of an article_i18n table, it generates two __toString() methods in /om/BaseArticle.class.php when building forms, causing an e

[symfony-users] sfPropel15Plugin, admin and mergeRelation()

2010-10-12 Thread Adam Frame
Hi, I have a form ('Gallery') that embeds a related form using mergeRelation. [code] class GalleryForm extends BaseGalleryForm { public function configure() { $this->mergeRelation("Image"); } } [/code] Now leaving the generator.yml in admin with its defaults and just changing

[symfony-users] Re: Problem with pagination in admin in sf1.0

2009-04-23 Thread Adam Frame
also check if $c is a Criteria instance    if(false == ($c instanceof Criteria)){       $c = new Criteria();    }     $criteria = clone $c; [] alecs On Thu, Apr 23, 2009 at 11:45 AM, Adam Frame <lart...@gmail.com> wrote: Good morning fine

[symfony-users] Problem with pagination in admin in sf1.0

2009-04-23 Thread Adam Frame
Good morning fine people :) I have a very strange problem to do with the Admin Generator on sf1.0.20/Propel. I use a custom peer_method and a custom peer_count_method in generator.yml. The custom peer_method returns a Propel object based on doSelectJoinAll. The custom peer_count_method

[symfony-users] Re: plugins for Mozilla / IE : search engines for symfony

2008-03-06 Thread Adam Frame
Very, very useful. Thankyou. Adam Olivier LOYNET wrote: Hi,   I've made some plugins for Firefox / IE to integrate a search engine on symfony in your favorite browser.   - symfony website - symfony API 1.0 - symfony API 1.1 - symfony Askeet tutorial 1.0 - symf

[symfony-users] Re: anybody using PHP 5.2.5?

2008-03-03 Thread Adam Frame
I have 1.0.11 working perfectly on RHEL4 with PHP 5.2.5. So far no errors. Looks like Plesk is interfering too much as usual. Quel surprise! Adam Dustin Whittle wrote: Lee, I have PHP 5.2.5 running on MacOSX, RHEL5, BSD, and Ubuntu and they are working fine. - Dustin On 3/3/08 2