Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Scratch that. I missed the part where you define functions of the same name in JavaScript.
  2. Your trying to use PHP functions in JavaScript. That aint going to happen.
  3. It is used for debugging mostly and does what the name suggests. It dumps (displays) data about a variable. Try it an see. var_dump(array('foo' => 'bar', 1, 4, 'x' => 'y', 'obj' => new StdClass));
  4. If you already have the data there ready to display above the form box, just place it in the form box as well.
  5. Well not really, but they do on occasion. A lot of people access them via Ajax these days, which is fine because that (and most Ajax frameworks) does support PUT and DELETE.
  6. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=355929.0
  7. Surely a pinned topic would have a flag of some sort on it. Why not use that flag to trigger a different css class? Your logic doesn't make a whole lot of sense here.
  8. This is generally because browser forms don't support PUT or DELETE.
  9. You should checkout the Slim micro framework. (http://www.slimframework.com) It is specifically designed to build RESTful applications on top of and supports GET, POST and PUT.
  10. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=355955.0
  11. Sorry but that code is unreadable. You need to indent it more consistently.
  12. This topic has been moved to Application Design. http://www.phpfreaks.com/forums/index.php?topic=355911.0
  13. This is not a PHP question.
  14. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=355951.0
  15. This topic has been moved to Apache HTTP Server. http://www.phpfreaks.com/forums/index.php?topic=355947.0
  16. The main nav is using hasn't been tweaked at all from twitter bootstrap's defaults, it might stand out a bit more when there are more menu options available. I'd like to try and keep this topic on topic, short answer is no, it won't run on anything less then 5.4. I'll be putting together an article over the next few days which will go into more details.
  17. trq

    js to php

    Help you how? Where exactly are you stuck?
  18. Oh, and ps: If anyone want's to check it out on a mobile device I would be glad to hear feedback on that too. Thanks.
  19. First and foremost, I'm not a designer and generally try and avoid too much front end stuff. This thing was built out of necessity. http://proemframework.org Put together over a few nights using twitters bootstrap, it's a static web site generated using Phrozn. If anyone has any pointers, ideas or feedback, please let me know. Better still, install Phrozn, fork the code and help me out.
  20. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=355885.0
  21. This topic has been moved to Application Design. http://www.phpfreaks.com/forums/index.php?topic=355886.0
  22. I'm really not sure what your getting at. Maybe some pseudo code would help?
×
×
  • 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.