Re: [symfony-users] Symfony 2.0 or Symfony 1.4

2011-06-05 Thread Parijat Kalia
mited, so you have to keep an > eye on the changelog, official docs are not always in sync with > changes. > > 1.4 rocks. 2.0 rocks a lot more. > > Evolution. Nobody wants to live in the 'legacy' era. > > Keep walking ;) > > 2011/6/4 Parijat Kalia > &

[symfony-users] Symfony 2.0 or Symfony 1.4

2011-06-04 Thread Parijat Kalia
Hi guys, Very curious to know if people have migrated to Symfony 2.0 or are still dependent on Symfony 1.4. Would love to get everybody's knowledge and ideas on this. Been proficient at Symfony 1.2.9 but now that 2.0 has been rolled out, I am wondering if it is a good idea to pursue a side project

Re: [symfony-users] Multiple projects, changing the httpd.conf file

2011-06-04 Thread Parijat Kalia
n you access anything under it you should put the subdirectory: > > http://localhost:8080/sf/frontend_dev.php > > Instead of going to root directory like you did. Otherwise you won't get to > the files under some_directory. > > Regards, > Haris > > On 5 Ju

[symfony-users] Re: Multiple projects, changing the httpd.conf file

2011-06-04 Thread Parijat Kalia
, Jun 4, 2011 at 7:16 PM, Parijat Kalia wrote: > Hello! > > Coming back onto the symfony mailing list after long. I now have a new > project that I am undertaking and running into a slight few niggles with > seeing it over my localhost. Let me explain: > > 1. My original project

[symfony-users] Multiple projects, changing the httpd.conf file

2011-06-04 Thread Parijat Kalia
Hello! Coming back onto the symfony mailing list after long. I now have a new project that I am undertaking and running into a slight few niggles with seeing it over my localhost. Let me explain: 1. My original project exists here : c:\dev\sfproject. I introduce a new project in C:\dev\sfproject2

Re: [symfony-users] Form widgets

2011-02-23 Thread Parijat Kalia
Thu, Feb 24, 2011 at 1:20 AM, Parijat Kalia wrote: > >> Hi guys, >> >> I am following the Symfony form's tutorials and have reached upto listing >> 1-2 on http://www.symfony-project.org/forms/1_1/en/01-Form-Creation >> I have executed all steps up until

[symfony-users] Form widgets

2011-02-23 Thread Parijat Kalia
he local module lib folder, P.S: I have also carried out the same experiment with the module lib folder, only to get similar results). Anybody with any leads on what I am missing out here? Thanks! Parijat Kalia -- If you want to report a vulnerability issue on symfony, please send it to secu

[symfony-users] Re: Javascript onLoad event in a symfony context.

2010-11-09 Thread Parijat Kalia
, because the page rendered itself as per the CSS style that is assigned to the Body tag. So I am assuming it simply included the onload event into the existing body tag. Anybody want to shed light on this? On Tue, Nov 9, 2010 at 3:34 PM, Parijat Kalia wrote: > Hey people, > > I am trying t

[symfony-users] Javascript onLoad event in a symfony context.

2010-11-09 Thread Parijat Kalia
Hey people, I am trying to have an onLoad event in one of my webpages. But as we know, the body tag appears in the layout and not the template pages. So I am unable to understand how this can be done in symfony. If this is a little out of context, I am sorry, but it's typically straight forward. O

[symfony-users] 1 action , 2 templates

2010-11-03 Thread Parijat Kalia
Hey guys, I have 2 very identical templates which have only a minor difference to them. Their action is exactly the same. So instead of retyping code or wasting precious space (LOL), here is what my genius conjours: private function privateAction() { // do some amazing coding } public function

Re: [symfony-users] Re: Textarea onclick event?

2010-11-03 Thread Parijat Kalia
oblem with symfony and NOT with javascript. The > onclick attribute was NOT even appearing on the textarea. > > Anyways, have yourself a good day sir. > > > On Wed, Nov 3, 2010 at 08:42, Eno wrote: > >> On Tue, 2 Nov 2010, Parijat Kalia wrote: >> >> > Oh

Re: [symfony-users] Re: Textarea onclick event?

2010-11-02 Thread Parijat Kalia
Oh guys, please chill out, none of that was for either of you, it was for Mr.Eno, because he typically comes up with "smart ass " sentences like those way too often. For both Alex and Gareth, I am grateful for that advice. Thanks a ton! And yes, the issue that I was dealing with is Javascript, b

Re: [symfony-users] Re: Textarea onclick event?

2010-11-01 Thread Parijat Kalia
Yes smart ass, I am 2 lazy about it On Mon, Nov 1, 2010 at 7:43 PM, Eno wrote: > On Mon, 1 Nov 2010, Parijat Kalia wrote: > > > Doesn't really answer my question. I have used several javascripts in the > > format : > > > > array('onclick'=>

Re: [symfony-users] Re: Textarea onclick event?

2010-11-01 Thread Parijat Kalia
; it should.. > > function textarea_tag($name, $content = null, $options = array()) > { > $options = _parse_attributes($options); > > if ($size = _get_option($options, 'size')) // HERE it does with the size > stuff. > { > list($options['cols'],

Re: [symfony-users] Re: Textarea onclick event?

2010-11-01 Thread Parijat Kalia
helps keep > code maintainable. > > asp.net uses html 5 data- attributes to hook up unobtrusive javascript > calls to elements.. its quite interesting. > > > On Mon, Nov 1, 2010 at 12:17, Massimiliano Arione wrote: > >> On 31 Ott, 19:44, Parijat Kalia wrote: >> > Hey

[symfony-users] Textarea onclick event?

2010-10-31 Thread Parijat Kalia
Hey guys,r unning into a silly doubt that should so not happen at all! I have a textarea tag, 'javascript:alert("yo") ')) ;?> and the onclick event is failing to render itself in the HTML tag. Any pointers what I am doing wrong here? Thanks! -- If you want to report a vulnerability issue on

Re: [symfony-users] Re: SFPropelPager

2010-10-25 Thread Parijat Kalia
hanks again Parijat On Mon, Oct 25, 2010 at 10:46 AM, Richtermeister wrote: > Hey there, > > without knowing exactly what your issue is, if you're using Propel15 > (as you could and should ;) you can just use $query -> paginate($page, > $per_page); and that works guarant

[symfony-users] criteria::notlike

2010-10-25 Thread Parijat Kalia
MMENT,'likes',Criteria::NOT_EQUAL); None of these work, neither are they causing any background errors in the action within which they are called. Yet they always yield the 'likes' query in the results. Not sure what I am doing wrong here, would anybody like to point out

[symfony-users] Ajax tips in Symfony?

2010-10-25 Thread Parijat Kalia
Hey people... Sorry if this email sounds hurried up, but I am hurried up! So I have a page view where I have a comments feature. So users can comment upon the data they preview on the page. It is offcourse, a post operation, but I would like the comments to appear simultaneously as I implement th

[symfony-users] SFPropelPager

2010-10-24 Thread Parijat Kalia
Hey guys, running into a cheesy error with sf propel pager... as we know... we can carry out pagination as follows: $pager = new SFPropelPager('Articles', 5); My pagination is fine, what's bugging me is the 2nd argument of SFPropelPager, which is the amount of data that can be seen across a sing

[symfony-users] $_GET['variable'] after post

2010-10-18 Thread Parijat Kalia
Hello people... Not sure I am grasping this here, but it is php related and not HTML related. I have a web template, that retrieves a parameter from the URL, essentially, it goes something like this... module/phpPage?qId=138; based on this id, certain SQL queries are executed in the action and

Re: [symfony-users] Re: Multiple submit buttons/Multiple forms

2010-10-16 Thread Parijat Kalia
// do this >if ($request->hasParameter('_doThisAndThat')) { >// additionally do that >} > } > > That's how I saw it in the symfony code (namely in the admin > generator). > > Hope that helps, RAPHAEL > > > > On 13 Okt., 23:

Re: [symfony-users] Multiple submit buttons/Multiple forms

2010-10-13 Thread Parijat Kalia
$form1->bind($request->getParameter('form1')); > //All the other code here to process form1 > } > else if ($request->hasParameter('form2')) > { > $form2 = new Form2(); > $form2->bind($request->getParameter('form2'));

[symfony-users] Multiple submit buttons/Multiple forms

2010-10-12 Thread Parijat Kalia
Hi everyone, I have a page with a form [?], and this page actually has 2 operations possible in it. So essentially multiple buttons are required, submit button 1 carries out function 1 of the form, submit button 2 carries out some other task. So essentially I think the answer is 2 forms, the way

Re: [symfony-users] link_to_function

2010-08-17 Thread Parijat Kalia
nk_to, careful to use the option array('query_string' > => array('subaction' => 'bla')) notation as GET parameters are not > permissible in the URL part of the link_to function (this is explained in > the API documentation). > > On 17.08.2010, at 01:30

[symfony-users] link_to_function

2010-08-16 Thread Parijat Kalia
these link_to_function tags are meant to trigger separate events, that run only upon postback. Regards, Parijat Kalia -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google

Re: [symfony-users] PHP related,Symfony unrelated

2010-08-16 Thread Parijat Kalia
, Eno wrote: > On Mon, 9 Aug 2010, Parijat Kalia wrote: > > > I have a table, with about 10 columns, offcourse for displaying my data. > I > > know, there are several sites that let you click on the header of these > > table rows, and switch the display data accordingly.

[symfony-users] PHP related,Symfony unrelated

2010-08-09 Thread Parijat Kalia
, only those questions of type question 2. I am a little short on ideas how this can be implemented, anybody got any clues on how this can be done? All responses greatly appreciated. Regards, Parijat kalia -- If you want to report a vulnerability issue on symfony, please send it to security at

[symfony-users] Symfony form tags in javascript?

2010-08-08 Thread Parijat Kalia
Hey, So it's quite straight forward when I need to generate HTML input tags (textboxes and checkboxes etc) dynamically using javascript. All that needs to be done is retrieve the amount of input tags that needs to be generaated and then in a for loop in a javascript, they are simply called... How

Re: [symfony-users] App generator

2010-06-14 Thread Parijat Kalia
wrote: > On Mon, 14 Jun 2010, Parijat Kalia wrote: > > > So on basis of my probing, the everytime u create a new application, > after u > > have created ur inital application (presumably frontend_dev.php), go to > the > > web folder...u shud notice an existing fron

Re: [symfony-users] App generator

2010-06-14 Thread Parijat Kalia
true) and you are set! If anybody has better alternatives, feel free to share! On Mon, Jun 14, 2010 at 6:28 PM, Parijat Kalia wrote: > I probed a little further, and created a bunch of test applications, I > noticed, that in my web/ folder, unlike a frontend_dev.php, there does not > ex

Re: [symfony-users] App generator

2010-06-14 Thread Parijat Kalia
rtain because there is no corresponding applicationName_dev.php that is being generated in the web folder. The applications, however, with all the respective folders are being generated. Any leads? On Mon, Jun 14, 2010 at 6:16 PM, Parijat Kalia wrote: > > How does the help command help in th

Re: [symfony-users] App generator

2010-06-14 Thread Parijat Kalia
mimic the name of my app...but that did not help either... Anyone else with any leads on this? On Mon, Jun 14, 2010 at 5:03 PM, Parijat Kalia wrote: > yes it does... > > it is the same folder as my other app (frontend_dev.php) > (C:\dev\sfproject\apps), an upon ls > > frontend

Re: [symfony-users] App generator

2010-06-14 Thread Parijat Kalia
yes it does... it is the same folder as my other app (frontend_dev.php) (C:\dev\sfproject\apps), an upon ls frontend backend It is in the same folder, and it has all the necessary folders an app has, that is modules, config, libs, templates...etc etc -- If you want to report a vulnerability is

[symfony-users] App generator

2010-06-14 Thread Parijat Kalia
Hey, I am trying to generate an app on my symfony project...as usual...I have a frontend, and the one I am trying to kickstart is backend. here is the command I am putting in..(following the symfony jobeet tutorial, Day 12: the admin generator) php symfony generate:app --escaping strategy=on

[symfony-users] PHP related, but on a symfony site

2010-06-09 Thread Parijat Kalia
hello everyone, here's my 2nd doubt of the day. So I have a paginated display of records...lets say something like this, these are headers author question question-type course topic Now as we know, on phpmyadmin databases, if we click on the headers of these databases, then a query is issued th

Re: [symfony-users] A pagination issue

2010-06-09 Thread Parijat Kalia
query string. If you do, then > your problem is most probably in the $this->getPager() function, not > in the code you showed us. > > On Thu, Jun 10, 2010 at 06:41, Parijat Kalia > wrote: > > What's wrong with using $_GET, i have used it elsewhere with little > tro

Re: [symfony-users] Re: Camel Case

2010-06-09 Thread Parijat Kalia
If your db was hand written by you and u are simply building the schema from it instead of handwriting it, I suppose it will handle it, give it a shot On Wed, Jun 9, 2010 at 6:49 AM, Davide Borsatto wrote: > With Propel (but I think with Doctrine too) tables/columns can have > whatever name you

Re: [symfony-users] A pagination issue

2010-06-09 Thread Parijat Kalia
What's wrong with using $_GET, i have used it elsewhere with little trouble, also why would the query string format be wrong? Because it is the same format I follow everywhere else. Thanks! On Wed, Jun 9, 2010 at 9:12 PM, Eno wrote: > On Wed, 9 Jun 2010, Parijat Kalia wrote: > &g

[symfony-users] A pagination issue

2010-06-09 Thread Parijat Kalia
hey everyone, So I have a couple of pages, dealing with pagination. Lets' call this 'summary of records' and 'detailed records' Summary of records, is essentially a tabulated list of records belonging to *several students*. detailed records, is essentially a detailed record of data belonging to a

Re: [symfony-users] vjCommentPlugin Spam

2010-05-30 Thread Parijat Kalia
lol! thanks for the knowledge! On Sun, May 30, 2010 at 2:54 AM, comb wrote: > Hi! > > I'm using the vjCommentPlugin for a page that was deployed some weeks > ago. > The spam is massive in this plugin .. what may one do to prevent spam? > > comb > > -- > If you want to report a vulnerability issu

Re: [symfony-users] symfony criteri

2010-05-29 Thread Parijat Kalia
Dude..that is obvious way to do it...but still $results has all the data in it, most of which happens to be unnneeded data...I was asking for a way to filter that out and retrieve only the question part...thanks though! On Sat, May 29, 2010 at 5:40 AM, Eno wrote: > On Fri, 28 May 2010, Pari

[symfony-users] symfony criteri

2010-05-28 Thread Parijat Kalia
Howdy !!! I am building queries...the query I am trying to do is SELECT question FROM questions where username like 'ali' now the result of this is clearly all the data in the question column of my questions table, right? so to translate this into symfony, I do this $c= new Criteria() $c->add(Q

[symfony-users] another ajax doubt

2010-05-27 Thread Parijat Kalia
So guys, sorry for deviating this off topic, but it is ajax based and web based, so I suppose it is an integral part of the development. anyways, I have a drop down, consisting of a set of numbers, depending on the number the user chooses, I want to replicate that many textfields on my page. Curre

[symfony-users] Ajax based doubt

2010-05-26 Thread Parijat Kalia
So I suppose this is a lil offshoot here,... but I wanted tips on the following: 1) Enabling jQuery or Prototype (which 1 is better and easier to learn) 2) Do I need to download anything off the net, or are the 2 jscript libraries inbuilt. I find several plugins for jquery, so not sure what to d

[symfony-users] Some issue with pagination

2010-05-25 Thread Parijat Kalia
Hey guys, I am trying to implement pagination. My actions page has this simple query * $c = new Criteria(); $c->add(QuestionsPeer::USERNAME,$userName); $c->addSelectColumn(QuestionsPeer::QUESTION);* $pagerOp = new sfPropelPager('Questions',15); $pagerOp->setCriteria($c

[symfony-users] Offbeat: Javascript

2010-05-14 Thread Parijat Kalia
Hey guys, Including an offbeat topic. More to do with Javascript and possibly Ajax. What I am trying to achieve is that i have two dropdown menus. Upon the choice of a user select in menu 1, the dropdown menu 2 is populated as per the choice. The menu for this choice is available in a PHP array o

Re: [symfony-users] Re: Alternate layout and a tables doubt (2 doubts in one mail!)

2010-05-13 Thread Parijat Kalia
s only one config with a view.yml pagelet me know guys! On Wed, May 12, 2010 at 2:52 AM, Tom Ptacnik wrote: > It's only about css ... give them float: left > > > On 11 kvě, 06:44, Parijat Kalia wrote: > > Thanks Eno! > > Any clue about the tables doubt? > >

Re: [symfony-users] Alternate layout and a tables doubt (2 doubts in one mail!)

2010-05-10 Thread Parijat Kalia
Thanks Eno! Any clue about the tables doubt? On Mon, May 10, 2010 at 8:58 PM, Eno wrote: > On Mon, 10 May 2010, Parijat Kalia wrote: > > > Hey everyone, > > > > Doubt 1: Symfony layout > > > > So typically, if you need an alternate layout for a page, you s

[symfony-users] Alternate layout and a tables doubt (2 doubts in one mail!)

2010-05-10 Thread Parijat Kalia
sure this can be done. Anybody have a clue? Thanks and regards, Parijat kalia -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group.

[symfony-users] Good links to pagination

2010-05-10 Thread Parijat Kalia
you have), can you please provide me a pointer to that, or resuable code? Thanks and Regards, Parijat kalia -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups

[symfony-users] $this->redirect vs $this->forward

2010-05-10 Thread Parijat Kalia
;forward(login/homePage), on my user login page, to redirect users to the login page once their credentials have been verified. What would you recommend in this case, forward or redirect, or using either is no problem at all. Thanks and regards, Parijat Kalia -- If you want to report a vulne

Re: [symfony-users] Re: $this->getRequest()->isMethod('post')

2010-05-07 Thread Parijat Kalia
$request->getParameter and $user->getAttribute instead of $_GET > and $_SESSION. > > HTH, > Casey > > On May 6, 9:57 am, Parijat Kalia wrote: > > All right...it did post a bool, that is truewhich has been the > > case...here is the actionI am posting on

Re: [symfony-users] Re: $this->getRequest()->isMethod('post')

2010-05-06 Thread Parijat Kalia
All right...it did post a bool, that is truewhich has been the case...here is the actionI am posting only until the if($this->getRequest()->isMethod('post')) line...after that it's just code execution...the template code follows after the action * public function executeCreateQuestions()

[symfony-users] Updating databases on the city

2010-05-05 Thread Parijat Kalia
o loose data on the main DB, hence I have stayed away from em migrations, coz I don't know how to use them either ways. Thanks and regards, Parijat Kalia -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this mes

Re: [symfony-users] Re: $this->getRequest()->isMethod('post')

2010-05-05 Thread Parijat Kalia
ot;public function executeSomething()" you will need to use $this- > >getRequest() to access the request object > > HTH, > Casey > > On May 5, 1:23 pm, Parijat Kalia wrote: > > One sec, can you give me the reasoning for that please? > > I ha

Re: Re[2]: [symfony-users] Re: $this->getRequest()->isMethod('post')

2010-05-05 Thread Parijat Kalia
One sec, can you give me the reasoning for that please? I have several pages with forms that postacross all I have this function executeSomething() { if($this->getRequest()->isMethod('post') { // post button action } } all of these seem to be working, but when I load this particular

Re: [symfony-users] Re: $this->getRequest()->isMethod('post')

2010-05-05 Thread Parijat Kalia
Oh I tried that...it doesn't recognize the variable at all...what i did was $request->isMethod('post')...so any clue? On Tue, May 4, 2010 at 8:51 PM, fRAnKEnSTEin wrote: > Hi there, > > If you are inside some controller action you can try "$request- > >isMethod('post')" instead "$this->getRequ

Re: [symfony-users] $this->getRequest()->isMethod('post')

2010-05-04 Thread Parijat Kalia
g directed from another page i.e I log in from user/login -> admin/otherPageand as soon as the admin/otherPage temp is loaded, it executes the if($this->getRequest()-> isMethod('post')) condition. Any further explanations? On Mon, May 3, 2010 at 8:41 PM, Eno wrote: > O

[symfony-users] $this->getRequest()->isMethod('post')

2010-05-03 Thread Parijat Kalia
Hey guys, I have a webpage, where some content is loaded when the page is loaded, and the other action is performed when the submit button is hit... the code behind in the action is if($this->getRequest()->isMethod('post')) { echo "hello" ; // *for testing purposes* } When the page

Re: [symfony-users] Undefined offset?

2010-05-03 Thread Parijat Kalia
Problem resolved...thanks for looking into it! On Mon, May 3, 2010 at 5:38 AM, Tom Haskins-Vaughan < t...@templestreetmedia.com> wrote: > What does your select statement look like? > > On Sun, May 2, 2010 at 5:43 PM, Parijat Kalia > wrote: > > Hey guys, > >

[symfony-users] Undefined offset?

2010-05-02 Thread Parijat Kalia
Hey guys, I have a DB table called configurations , that has the following columns config_id -tiny int auto_incremented and primary key admin_id varchar not null topics varchar not null languages tinyint not null courses varchar(255) not null group_id int(11) not null I

[symfony-users] Build-model

2010-05-01 Thread Parijat Kalia
Ssup Guys, So a theoretical doubt.If I run, build-model individually, does it completely terminate all the existing models (filename.php, filenamePeer.php and the basefilename.php) and then regenerate them again? Thanks Parijat -- If you want to report a vulnerability issue on symfony, please s

Re: [symfony-users] Doctrine: strange charset problem on saving data to MySQL database

2010-04-28 Thread Parijat Kalia
Explore html_entities for this...I'll try look ur problem in detail later On Sun, Apr 25, 2010 at 7:16 AM, Roland Cremer wrote: > Hi all, > > I've got a strange problem on saving data to the database. > i have a made a symfony-task to import a csv file and save the objects to > the database. This

Re: [symfony-users] Execute javascript from action

2010-04-28 Thread Parijat Kalia
Describe your problem in detail On Wed, Apr 28, 2010 at 2:39 PM, Rodrigo Ruiz Fuentes wrote: > Hi, > is there any way to execute javascript from an action?, The idea is to > update the contents of a div while running processes in action. > > Thanks. > > -- > Rodrigo Ruiz Fuentes > > -- > If you w

Re: [symfony-users] Re: TIP: FOR USERS UPDATING DATABASE IN PROPEL

2010-04-28 Thread Parijat Kalia
> On 28.04.2010, at 09:58, Parijat Kalia wrote: > > Can you explain this in detail? Why would modification of existing tables > require migrations? > Theoretically, I would just use build-schema, to imitate the changes that I > make to the existing db tables. Follow it up build-model, t

Re: [symfony-users] Re: TIP: FOR USERS UPDATING DATABASE IN PROPEL

2010-04-28 Thread Parijat Kalia
erated sql definitions in /data/sql/.. > Paste those into mysql, and you got a new table as well. As for > "modifying" existing tables, that would truly fall under migration, > and unfortunately it involves some manual updates.. > That could indeed be improved. > > Dani

Re: [symfony-users] Re: radiobutton and select values

2010-04-27 Thread Parijat Kalia
Sorry, haven't yet used the form widget framework..still stuck on good old strategies! On Tue, Apr 27, 2010 at 8:39 PM, fRAnKEnSTEin wrote: > hi, > > The problem is that i am using a form, so instead of cretaing a > "select_tag" in the template, i use for example something like this in > my form

Re: [symfony-users] radiobutton and select values

2010-04-27 Thread Parijat Kalia
Here is what I do /*Code for timeLimits*/ if(isset($_SESSION['timeLimits'])) { $timeLimits = $_SESSION['timeLimits']; $i=0; $dropDownMenu = array(); $dropDownMenu['0'] = 'Configured'; foreach($timeLimits as $timeLimit) { $i++;

[symfony-users] TIP: FOR USERS UPDATING DATABASE IN PROPEL

2010-04-27 Thread Parijat Kalia
For the past 5 days, I have been trying to find a healthy solution to the migrations issue that we propellers tend to face. Apparently, whenever you create a new database table or make changes to an existing database table, you will make the changes/additions to the *schema.yml* and you are going

Re: [symfony-users] Re: migrations trouble: sfpropelmigrationslightplugin

2010-04-26 Thread Parijat Kalia
y and install a 1.0 plugin.. I am lost here...someone with experience on this... at this point it says it's never been installed anyways.? On Mon, Apr 26, 2010 at 8:35 AM, Eno wrote: > On Sun, 25 Apr 2010, Parijat Kalia wrote: > > > I was hoping somebody would have some leads o

[symfony-users] Functions other than executeActionXXX()

2010-04-25 Thread Parijat Kalia
= functionXX(); } Thanks and regards, parijat kalia -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, sen

[symfony-users] Re: Strange happenings: Nothing being echoed out!

2010-04-25 Thread Parijat Kalia
Corrections to the mail I just sent, it is simply not entering the if($this->getRequest()->isMethod('post')) loop On Sun, Apr 25, 2010 at 5:59 PM, Parijat Kalia wrote: > Hey guys, > > This is slightly strange to me, I am not sure why, I have a bunch of pages > in

[symfony-users] Strange happenings: Nothing being echoed out!

2010-04-25 Thread Parijat Kalia
an understanding of it, please help! Thanks and regards, Parijat Kalia -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To p

Re: [symfony-users] Form not processing upon submit

2010-04-25 Thread Parijat Kalia
rESOlveD: made a big mistake...did not include the form_tag()...such stupididty thanks! On Sun, Apr 25, 2010 at 3:11 PM, Parijat Kalia wrote: > Indeed this is surprising, I mean, it has to be applicable across all > modules and pages right? I have one page where this is not applicable and

Re: [symfony-users] Form not processing upon submit

2010-04-25 Thread Parijat Kalia
Indeed this is surprising, I mean, it has to be applicable across all modules and pages right? I have one page where this is not applicable and the page is working fine, and another page where it is not working at all. On Sun, Apr 25, 2010 at 3:09 PM, Eno wrote: > On Sun, 25 Apr 2010, Pari

Re: [symfony-users] Form not processing upon submit

2010-04-25 Thread Parijat Kalia
lper, > or call the renderFormTag() method of an sfForm instance. > > On Sun, Apr 25, 2010 at 23:41, Parijat Kalia > wrote: > > yES, I am doing echo use_helper('Form'), is that wrong? > > > > On Sun, Apr 25, 2010 at 2:04 PM, Gábor Fási wrote: > >> > >

Re: [symfony-users] Form not processing upon submit

2010-04-25 Thread Parijat Kalia
yES, I am doing echo use_helper('Form'), is that wrong? On Sun, Apr 25, 2010 at 2:04 PM, Gábor Fási wrote: > Do you echo a form tag as well? > > On Sun, Apr 25, 2010 at 22:53, Parijat Kalia > wrote: > > Hey guys, > > > > Here is a piece of code in my act

[symfony-users] Form not processing upon submit

2010-04-25 Thread Parijat Kalia
ppening...I have the submit_tag('Next Step'); in my template...and I start with echo use_helper('Form') and end with But I can't understand what's going wrong here.any leads anyone? Thanks and regards, parijat Kalia -- If you want to report a vulnerability issue o

[symfony-users] Re: migrations trouble: sfpropelmigrationslightplugin

2010-04-25 Thread Parijat Kalia
I was hoping somebody would have some leads on this, but it doesn't seem that way. Or maybe the message wasn't delivered. I have the configuration set in settings.yml to enable the plugin. Wonder what's going wrong. Thanks! On Sat, Apr 24, 2010 at 4:42 PM, Parijat Kalia wrote: &g

[symfony-users] migrations trouble: sfpropelmigrationslightplugin

2010-04-24 Thread Parijat Kalia
-migration task is not defined. The installation was fine, but it still gives the error. I am following the instructions given on this link http://www.symfony-project.org/plugins/स्फ़्रोपेलंइग्रतिओन्स्ळिघ्त्लुगिन anyone who has had prior experience with this plugin,, please sharethanks a ton! Parijat

Re: [symfony-users] Re: Search in text files.

2010-04-22 Thread Parijat Kalia
This very same problem happens to me on the SFpropelMigrationsLightsPLugin Task init-migration not defined...is there a prior step to that? On Thu, Apr 22, 2010 at 3:01 AM, apm wrote: > ./symfony > plugin:list > Installed plugins: > symfony1.4.4-beta # pear.symfon

[symfony-users] sfPropelMigrationsLightPlugin: Task init-migration is not defined

2010-04-22 Thread Parijat Kalia
Hello everyone, so as per the instructions for the sfPropelmigrplugin ... found here: http://www.symfony-project.org/plugins/sfPropelMigrationsLightPlugin I carry out the following command php symfony init-migration migration_test but what I get is Task "init-migration" is not defined. Wh

[symfony-users] Re: Database changes: sfPropelMigrationsLightPlugin

2010-04-22 Thread Parijat Kalia
oK...this problem was resolved, and I could install, all I had to do was simply download the zip file, unzip it in the plugins directory, n then simply run the install:plugin command with the name of the plugin specified ahead of it On Thu, Apr 22, 2010 at 3:23 AM, Parijat Kalia wrote: > Symf

[symfony-users] Database changes: sfPropelMigrationsLightPlugin

2010-04-22 Thread Parijat Kalia
experience/recommendations with this. Also if you have alternate ideas (not the migration to doctrine one), please let me know that, and it would be off great help! Thanks a megaton, Parijat Kalia! -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-projec

Re: [symfony-users] Database changes

2010-04-22 Thread Parijat Kalia
bashed like this. :) > > Just my 2c. > Sent from my iPhone > > > On Apr 22, 2010, at 4:09 AM, Eno wrote: > > On Wed, 21 Apr 2010, Parijat Kalia wrote: >> >> The one sucky part about symfony for me is how to handle database >>> changes. I >>> mean, if

Re: [symfony-users] Re: Database changes

2010-04-21 Thread Parijat Kalia
g the same > thing over and over... > > > http://groups.google.com/group/symfony-users/browse_thread/thread/6f50773c4d21d00/0b0195e283f7cacb?lnk=gst&q=Parijat+Kalia#0b0195e283f7cacb > > > On Apr 22, 10:09 am, Eno wrote: > > On Wed, 21 Apr 2010, Parijat Kalia wrote:

[symfony-users] Database changes

2010-04-21 Thread Parijat Kalia
changes happen all the time. Hints and suggestions greatly appreciated! parijat kalia -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users"

Re: [symfony-users] Losing data upon creating new tables

2010-03-24 Thread Parijat Kalia
Migrations? I haven't yet heard of them. Does the book cover it by any chance? Please give me some pointers on where I can learn more about migrations. That would be awesome. Thanks! On Wed, Mar 24, 2010 at 11:47 AM, Eno wrote: > On Tue, 23 Mar 2010, Parijat Kalia wrote: > > >

[symfony-users] Losing data upon creating new tables

2010-03-23 Thread Parijat Kalia
d new data? OMG! I am sure we have a solution for this. Please can anyone guide me. I'll appreciate all responses Parijat Kalia -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscri

Re: [symfony-users] Validations

2010-03-03 Thread Parijat Kalia
you can still use > them with the sfCompat10Plugin, but you'd better use the form fw. > > On Wed, Mar 3, 2010 at 23:00, Parijat Kalia > wrote: > > Hey guys, > > > > whatever happened to the good old validateXXX() methods and the > > validate.yaml files symfony

[symfony-users] Validations

2010-03-03 Thread Parijat Kalia
Hey guys, whatever happened to the good old validateXXX() methods and the validate.yaml files symfony had. I have a validateXXX() for a couple of my actions but they don't run. Not only that, when I run modules, the only thing that get's generated when a generate:module function is called is actio

[symfony-users] textarea is unclickable

2010-02-28 Thread Parijat Kalia
Hey fellas! I have a textarea on my page. Now it can be resized using javascript, so basically it has some javascript tampering it all the time. So if it has some default text loaded into it, then ideally if I click somewhere on the textarea, the mouse cursor should appear at that point. However,

Re: [symfony-users] frontend_dev.php dissapears

2010-02-28 Thread Parijat Kalia
l echoed there. > > On Fri, Feb 26, 2010 at 09:34, Parijat Kalia > wrote: > > Hey guys, > > > > while traversing to one of the pages on my website, the frontend_dev.php > > seems to disappear. It does exist when I traverse other pages, but the > > moment I tra

[symfony-users] frontend_dev.php dissapears

2010-02-26 Thread Parijat Kalia
Hey guys, while traversing to one of the pages on my website, the frontend_dev.php seems to disappear. It does exist when I traverse other pages, but the moment I traverse to this specific page, it disappears, and from thereon, if I traverse to any other page, it will not come back. Off course, w

[symfony-users] default selection value

2010-02-08 Thread Parijat Kalia
Hey guys, Wondering how to specify a default value for select tags in symfony say for e.g i have a select_tag with options 1,2,3,4,5,6,7,and I want 4 to be the default selected value, how can I get this done? -- You received this message because you are subscribed to the Google Groups "sy

[symfony-users] Module folders

2010-01-24 Thread Parijat Kalia
Hey guys, I am working on a symfony project for sometime now. I have a few modules in my project just like any other project does. However, it does not seem to have all the necessary folders inside of it generated, i.e, my modules contain* only the actions and the templates folder*. It does *not h

[symfony-users] Module folders

2010-01-24 Thread Parijat Kalia
Hey guys, I am working on a symfony project for sometime now. I have a few modules in my project just like any other project does. However, it does not seem to have all the necessary folders inside of it generated, i.e, my modules contain* only the actions and the templates folder*. It does *not h

Re: [symfony-users] Post comments

2010-01-14 Thread Parijat Kalia
Can you please explain this in detail, sorry but the statement is a little ambiguous to me! On Wed, Jan 13, 2010 at 7:05 PM, blissdrop wrote: > How can I add post_id invisible field to comment form? > > -- > You received this message because you are subscribed to the Google Groups > "symfony use

Re: [symfony-users] Offbeat: open source vs closed source technologies

2010-01-08 Thread Parijat Kalia
Wow, that's a lot of interesting insight. I like the DIY for a bug in open source vs a dead end to a bug in closed source as a really solid example. I think that helps open source win vs closed source. Although I do believe it is an extreme case. Does anyone have more insights to offer? On Fri, Ja

  1   2   >