I am using symfony 1.31 with propel ORM and sfGuardPlugin I am about to setup groups and permissions. AFAIK, permissions map unto Credentials, and permissions can be assigned to groups.
I have a mySQL database that has collation and character sets as follows: mysql> show variables like \"character_set_database\";
Is there a reasonably elegant means of writing a simple block of JS to the head of a Symfony layout? I have a Page module whose showSuccess template is aware of how many widgets it has to display. I
Assume a Doctrine model Profile: # This is example of my schema.yml Profile: columns: avatar: type: string(255)
I am trying to send email using the following method in my action class: public function executeTestnewmail()
I always have this kind problem with Symfony: Let\'s say you have a product, and you want to add it some photos.
Here is the query I need to run SELECT REPLACE(REPLACE(SUBSTRING_INDEX(LOWER(table.url), \'/\',3), \'www.\', \'\'), \'http://\', \'\') AS domain FROM table GROUP BY domain
I\'m using Symfony 1.4 + Doctrine 1.1. I have a schema with a one-to-many relation. Let\'s say A has many B, I ask for all the B\'s of A as follow:
I\'m trying to find related objects to one object by matching the objects tags. I\'ve constructed a mysql query which will return the objects that match the most by counting the matching tags.
Hy, I have started in my web application a part who users needs to be autenticated to work with it. I have two tables related: Customer and Enterprise.... the first one are users who want to buy a pr