Search found 2 matches
- Mon Aug 29, 2011 11:30 am
- Forum: PHP - Theory and Design
- Topic: PHP web application deployment strategy
- Replies: 3
- Views: 8835
PHP web application deployment strategy
I am new to PHP, so I am confused - what is recommended deployment strategy and recommended tools? In orther words - lets say i am deploying next version of my application and I want to run some tests on that version. What are recommended tools for running tests to verify code operabilty and functio...
- Mon Aug 29, 2011 11:16 am
- Forum: PHP - Frameworks
- Topic: CodeIgniter - call another controller from a controller
- Replies: 2
- Views: 17106
CodeIgniter - call another controller from a controller
I know this is not the best practice, but feels like i really need to reference another controller from some other controller. Here is the deal - 1. I have service controller, which wraps some functionality of a web application. 2. The web application controller on every request verifies session. 3....