Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Compared to ZF2 I would say it's just as easy to pickup. And yeah, the book would be the place to start.
  2. Firstly, mysql doesn't run via http, so http://blahblah is not valid. Have you setup a user with permission to connect from this remote address? eg; Say your connecting from server A to server B. You need to setup a user in mysql on server B that has permission to access server B from server A. This is really a mysql question.
  3. I would recommend Symfony2 over any of the Zend frameworks. Even if just for performance sake. IMO, Symfony is better designed, has better documentation and a much much richer community around it. Symfony2 has also been stable for a long while now, while ZF2 is still in Beta.
  4. I think you will find it does not.
  5. That doesn't answer the question.
  6. Why would you need two servers on one machine? You would need to set them up on two different ports. If your just looking run run multipole different sites, you can use vhosts within a single server to do so.
  7. Then what other global variable do you expect to be using exactly?
  8. This topic has been moved to PHPFreaks.com Questions, Comments, & Suggestions. http://forums.phpfreaks.com/index.php?topic=362781.0
  9. This topic has been moved to Miscellaneous. http://forums.phpfreaks.com/index.php?topic=362738.0
  10. PHP is executed server side, so not really. You would need to use Ajax, to make a request to the server in the background.
  11. Identifiers are not strings, they should not be within quotes.
  12. In both examples, $value is quite obviously not an array if that is the error you are receiving.
  13. This topic has been moved to Ajax Help. http://forums.phpfreaks.com/index.php?topic=362670.0
  14. This topic has been moved to Third Party PHP Scripts. http://forums.phpfreaks.com/index.php?topic=362674.0
  15. This topic has been moved to Ajax Help. http://forums.phpfreaks.com/index.php?topic=362616.0
  16. The way you have described your proposed solution, I don't understand how your problem relates to PHP.
  17. It's nothing particular special. It's more a design thing. As an example: Imagine you have a class that represents a database table by exposing the columns as properties. Now, imagine one of the fields in your database is a DATETIME field. It makes sense, to have this field represented as some form of *Date object that would allow you to format this DATETIME field easily.
  18. This topic has been moved to PHP Applications. http://forums.phpfreaks.com/index.php?topic=362601.0
  19. Your issue is client side, not server side. As such, it has nothing to do with php. I suggest you try searching for Javascript solutions. Should be plenty around.
  20. This topic has been moved to Third Party PHP Scripts. http://forums.phpfreaks.com/index.php?topic=362602.0
  21. It's just an object within an object, nothing fancy and far from being something that is specific to Cake.
  22. This post belongs in the freelance board. People can reply to you via PM or email.
  23. I don't suppose it crossed your mind to provide that error message to the people you are asking to help you? Sorry, that sentence makes no sense. I'm not sure I could be bothered explaining that to you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.