in some frameworks (symfony) you can generate an admin panel for CRUD operations. i wonder why i should use t开发者_如何学编程hat one and not doing CRUD directly in phpmyadmin?
i want to create users for my webapplication. im using symfony. i wonder if i should do that with sfDoctrineGuardPlugin or symfony\'s provided methods for this?
As the question states, is this task safe for a production environment?I find the permissions rather permissive,the cache directory is the one i find particular开发者_运维问答ly suspicious.Write and e
I am running Symfony 1.3.2 on Ubuntu. I need to write a batch script that can: Access the database using the ORM
in symfony 2.0 and django there are bundles that contain everything for a feature (html, css, js, img, php/python).
I have a showSuccess page that requires some get variables, and on that page is a form.When the form submits to executeCreate() and there is an error, it calls the function setTemplate(\'show\') and r
Summary: Using the following YML I get a reference to a FOREIGN KEY (role_id) that is not in my YML. Problem:
i have these methods in module1/actions/actions.class.php: public function executeMethod1(sfWebRequest $request){
So I have a table schema that has users who can be friends. User: actAs: { Timestampable: ~ } columns: name: { type: string(255), notnull: true }
So I am starting a Symfony project that I will be developing on my local machine and pushing changes everyday to the live server. I wanna use SVN as the version control but Im not sure what the best w