[symfony-users] Re: Problem loading URLs like /some_folder/some_file.php with symfony 1.2

2009-03-23 Thread Lee Bolding
Nope, you don't. If that was the case you'd need to change your rewrite rules every time you added a new CSS, JavaScript or Image. If the file/directory exists in the web directory, it will get served. It's only if the file/directory doesn't exist that the request gets handed to Symfony.

Re: Re : [symfony-users] sfGuardExtraPlugin

2009-03-23 Thread gimler
hello, i have developed this plugin and ported for propel but don't test it ; ( so my question is work the plugin with propel??? do you have any problems with it? So that i can complete the documentation??? greeting gimler On 22 Mrz., 01:06, Sid Bachtiar sid.bacht...@gmail.com wrote: With

[symfony-users] Form validation in symfony1.2

2009-03-23 Thread Prashanth
Hi All, iam working with symfony 1.2. i have created the forms without using the widgets. So please can any one help me How Can i validate the Form in Symfony1.2. Thanks in Advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Re : [symfony-users] sfGuardExtraPlugin

2009-03-23 Thread dsb
Are you still getting this Fatal Error. You need to execute - doctrine:bulild-all-reload command, this should create the required files. I dont know which command in Propel does the same job. On Mar 21, 5:03 pm, Lawrence Krubner lkrub...@geocities.com wrote: On Mar 20, 7:57 pm, ckemmler

[symfony-users] Re: Problem loading URLs like /some_folder/some_file.php with symfony 1.2

2009-03-23 Thread Eno
On Mon, 23 Mar 2009, Lee Bolding wrote: If the file/directory exists in the web directory, it will get served. Yeah, but my understanding (perhaps erroneous) is that the original poster does NOT want symfony to handle that file... -- --~--~-~--~~~---~--~~

[symfony-users] Re: Retrieving id from popup

2009-03-23 Thread pierrix
I found the answer : look at this url : http://www.phpcs.com/forum/sujet-RECUPERER-VARIABLE-POPUP-DANS-PAGE-INITIALE_1062645.aspx Thank's On 18 mar, 11:32, Tomasz Ignatiuk tomek.ignat...@gmail.com wrote: I think there is somthing i Javascript like refferer in DOM. Look also for something like

[symfony-users] Re: Problem loading URLs like /some_folder/some_file.php with symfony 1.2

2009-03-23 Thread Lee Bolding
Sorry, I should have made myself clearer. If the file/directory exists in the web directory, it will get served by the webserver, not Symfony. On 23 Mar 2009, at 13:56, Eno wrote: On Mon, 23 Mar 2009, Lee Bolding wrote: If the file/directory exists in the web directory, it will get

[symfony-users] Doctrine Hub Owner query

2009-03-23 Thread Tom Haskins-Vaughan
Hi. I have just started using Doctrine in my symfony 1.2 project. I'm just having trouble accessing some data. Let's say I have three tables: * User * Hub * UserHubRef Each Hub can have many Users but only one owner. So I could do this in two ways: * have a field in the Hub

[symfony-users] Re: Form validation in symfony1.2

2009-03-23 Thread Fási Gábor
You can use the validators described in the Forms book, appendix B http://www.symfony-project.org/book/forms/1_2/en/B-Validators they can be used w/o the form framework. On Mon, Mar 23, 2009 at 07:10, Prashanth pmahank...@gmail.com wrote: Hi All, iam working with symfony 1.2. i have created

[symfony-users] Re: Best practice for multiple dynamic databases using symfony and Doctrine

2009-03-23 Thread bue...@gmail.com
I'm having the same problem, if you already resolve please tell. cumps Filipe On Feb 12, 11:07 am, David Herrmann d...@okto.tv wrote: I'm currently planning a large project where I need a quite tricky setup: There is a main database holding customers and business cases. Each customer may

[symfony-users] Re: symfony textmate bundle

2009-03-23 Thread hsteckylf
Dennis, I would love for the symfony bundle to do source highlighting/coloring similar to how it handles PHP functions. Also, a larger task might be doing an autocomplete of model getter and setter functions. IE: when I would create a variable from the model $article = new Article(); then

[symfony-users] Re: Zend autoloading problem

2009-03-23 Thread Lee Bolding
Isn't there a Symfony plugin for Zend Search? On 23 Mar 2009, at 19:27, Java Guy wrote: Hi, I previously followed the instructions for modifying ProjectConfiguration to register autoloading for the Zend autoloader in order to use Zend Search: static public function registerZend() {

[symfony-users] Zend autoloading problem

2009-03-23 Thread Java Guy
Hi, I previously followed the instructions for modifying ProjectConfiguration to register autoloading for the Zend autoloader in order to use Zend Search: static public function registerZend() { if (self::$zendLoaded) { return; }

Re: Re : [symfony-users] sfGuardExtraPlugin

2009-03-23 Thread ckemmler
Hi Gimler, Good to know you're the plugin's owner :-) If I understand well, you have written the plugin, then ported it to propel without really testing it. Am I right? I don't really understand the dependencies to propel actually, please forgive my ignorance. So why/how was it working outside

[symfony-users] doctrine vs propel difference

2009-03-23 Thread ckemmler
Is it possible that doctrine-generated model classes have a merge methods while propel-generated model classes haven't? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send

[symfony-users] Form to create email accounts

2009-03-23 Thread rafix
Hello friends, a few days ago I started working on a project where I need to create email accounts in the data model is a table mailbox that contains among others the following fields: username, id_domain, email I need to do is: 1 - enter your username (username) and instantly validate whether

[symfony-users] Re: doctrine vs propel difference

2009-03-23 Thread Jonathan Wage
Yes. The merge() function is a part of Doctrine. I don't think Propel has this functionality. - Jon On Mon, Mar 23, 2009 at 7:06 PM, ckemmler ckemm...@gmail.com wrote: Is it possible that doctrine-generated model classes have a merge methods while propel-generated model classes haven't?

[symfony-users] VOIP integration

2009-03-23 Thread nidheesh
Hi all, Does anybody has any idea how can we implement phone call in a web application. How can we imlement voip in symfony, is there any plugin availble. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Form validation in symfony1.2

2009-03-23 Thread nidheesh
I think you should use widgets in sf1.2 to for validation. Its not that much difficult to use it rather i think its easier than ordinary form and validations used before. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google