Is cakephp v2.0 supported?

Avatar
  • Answered
Hello, I want to know a few things about the business class hosting like:
1) Can I use the cakephp framework v2.0?
2) Can I use crone scripts or other php automated scripts for periodic data processing?
3) Can I use a non-relational database or am I limited to Mysql/PostgreSql?
Avatar
BradM
Hi Shadizar128, Can I use the cakephp framework v2.0? Yes, you can use cakephp v2.0. The requirements for that software are: * HTTP Server (we run apache) * PHP 5.2.8 (our current provisioning server is running version 5.3.9) * Database Server (we run MySQL) Can I use crone scripts or other php automated scripts for periodic data processing? Cron jobs are supported on our servers, and you can actually find a bit more detail here on Running Cron Jobs Can I use a non-relational database or am I limited to Mysql/PostgreSql? The majority of our customers use MySQL, and that's really the only database type we provide at this time. For example, we do not have any MS SQL / Oracle databases in house that customers can use. Did you have a specific type of database your were looking to use? I hope this helps answer your questions. Feel free to update your question or post in the comments of this page if you have any follow up questions. Thanks! - Brad