The symfony tag has no usage guidance.
0
votes
0answers
33 views
gearman or semaphore with symfony2
I want some way to store the user clicks on deals, categories and advertisements on symfony2 store.
My situation:
Basically, I am planning to use either messaging system using semaphore or integrate ...
0
votes
0answers
59 views
object configured by another class
Below I describe what I'm trying to do and how I think I will do it. What I'm hoping is that a design pattern exists for using one object to configure another. This would allow me to have a nice ...
1
vote
1answer
522 views
Symfony 2 Multi tenancy architecture, data loaded form front controller/kernel based on subdomain
Hello fellow programmers,
(a bit of background)I'm building a Symfony 2 application for university Student accommodation, when our clients from the university side register with their details a ...
0
votes
0answers
123 views
How to handle karma/bower in a Symfony Bundle on github?
i am working on a Symfony Bundle that uses angular among other javascript deps.
Now i want to unit-test my javascript code and i want to ship those tests as well.
My initial idea was to add ...
1
vote
1answer
101 views
Possible to refactor these methods that contain the same logical flow?
I have many methods in many repositories that have the same logical flow:
Retrieve value from Cache
Check value
If no value, fetch from Database
Update Cache
Return value
Is there a way to ...
0
votes
1answer
69 views
Roles configuration strategy
We're close to start new project using sf2, and, probably, FosUserBundle.
Keeping that in mind - what's the best strategy to define roles? App will be used by multiple divisions inside our company ...
0
votes
1answer
183 views
Multiple intranet/internet systems partially working on same data - database strategy
We are starting rewritting our apps (Internet portal, millions of unique users and few CRM/ERP systems, few hundred users) and we have a huge decision to make now. We are going to write them mostly ...
1
vote
2answers
907 views
Repository Pattern: Doctrine2 vs Microsoft Entity Framework?
I have been using Symfony2 with Doctrine2 for some years. I have recently started using Microsoft's Entity Framework with MVC5. From my Symfony2 experience I understand that a repository's job is only ...
1
vote
1answer
402 views
PHP OOP - Getters / setters vs. database storing
Problem
I am trying to optimize the architecture of my web-application developed in PHP using the Symfony framework.
I have an object "pool" that contains "swimmers". I need to display the number of ...
3
votes
2answers
819 views
Where should the database and mail parameters be stored in a Symfony2 app?
In the default folder structure for a Symfony2 project the database and mail server credentials are stored in parameters.yml file inside ProjectRoot/app/config/parameters.yml with these default ...
0
votes
2answers
729 views
How to implement multi-theme PHP application
I am developing an application which will handle many virtual stores and I would like to have many themes that the user could choose anytime. I would to know what's the main ideia to implement it. I ...
2
votes
3answers
870 views
Pushing a new version of a live web application in a Git based workflow
I have a question regarding workflow in web development. I'm building my project in Symfony, and it's in Git.
Right now, I have three environments, dev (local), staging and prod. The project itself ...
3
votes
3answers
3k views
Better php framework for shared hosting [closed]
I need to develop an app for booking appointments. This is going to be hosted in a shared server. So performance is the most important thing. I have used symfony2. I quite liked the framework. But ...
0
votes
2answers
849 views
Differences between symfony 2 and 1?
I'm starting symfony and interested in learning where symfony is coming from. In terms of it's architectural challenges.
What are the architectural or philosophical differences between symfony 2 and ...
4
votes
3answers
349 views
What am I missing from my CI stack?
Right now, the current deploy process at my work is based around tagging from the trunk and switching various PHP web sites for clients on our QA and Production servers. While this is simple from the ...
1
vote
1answer
1k views
What does Symfony Framework offer that Zend Framework does not? [closed]
I have professionally working with Zend Framework for about a year. No major complaints. With some modifications, it has done a good job. I'm beginning to work on a side project where I want to ...