Skip to main content

Home/ PHP Programming/ Group items matching ""php development"" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
1More

Doctrine - PHP Object Relational Mapper - 0 views

  •  
    Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL), inspired by Hibernates HQL. This provides developers with a powerful alternative to SQL that maintains flexibility without requiring unnecessary code duplication.
1More

Spoon Library - 0 views

  •  
    Spoon is a PHP5 library that stands for speed, both in page execution and coding agility. Because of it's clear and logical structure, it offers a very small learning curve for both the experienced and not-so-experienced developer. Spoon provides a well documented library with a large collection of classes that you can use while building the next Web 2.0 application.

Excellent WordPress Developers - 1 views

started by Wordpress Designer on 28 Mar 12 no follow-up yet
1More

Configure Virtual Host On Windows 10 - 1 views

  •  
    Every newbie start their development career on their local machine and then launch their project on live servers. In many instances, the local environment has minimal resources required for development. Most of the developers like to develop a website in a localized environment. Well WordPress host is generally set up on XAMPP/WAMP which is a free virtual hosts which is straightforward task.
1More

PHP For Loop - javatpoint - 0 views

  •  
    PHP for loop can be used to traverse set of code for the specified number of times. It should be used if number of iteration is known otherwise use while loop. Syntax Flowchart Example Output: We can use for loop inside for loop in PHP, it is known as nested for loop.
1More

PHP while loop - javatpoint - 0 views

  •  
    PHP while loop can be used to traverse set of code like for loop. It should be used if number of iteration is not known. Syntax Alternative Syntax Flowchart Example Output: Alternative Example Output: We can use while loop inside another while loop in PHP, it is known as nested while loop.
2More

Open Source PHP - 0 views

  •  
    Gallery of the Best Open Source PHP Projects
  •  
    Galería de proyectos PHP
1More

PHP freelance developer programmer | PHP free examples | PHP e-commerce solution CMS My... - 5 views

  •  
    quite a few free scripts - helpful
1More

Create your first application using Yii Framework - 0 views

  •  
    Yii is a high-performance PHP framework best for developing Web 2.0 applications.
1More

JungleJar | Development Tutorial: Creating 301 Re-directs - 0 views

  •  
    From time to time you'll probably want to send a website visitor who tries to access a page that has moved, been deleted, etc to a brand spanking new page of which quite possibly will have the content they were looking for. In this article I'll introduce you to the 301 re-direct, show you how to create one, and you'll see why sometimes just depending on the 404 page isn't practical. I'll also show you various methods to create one by using PHP, ASP, and HTML.
1More

PHP Password Generator Class | TutorialChip - 0 views

  •  
    "Secure, powerful and random password generator class is a need of every developer, administrator, blogger and the user of every level. Chip Password Generator class will be helpful to generate passwords with random and fixed length strings."
2More

FirePHP - Firebug Extension for AJAX Development - 0 views

  •  
    FirePHP enables you to print to your Firebug Console using a simple PHP function call.
  •  
    Usa firebug para depurar PHP.
1More

Wordpress Tutorial: Make Your Page Titles SEO Friendly - 0 views

  •  
    If you're a Wordpress Content Management System user, and you would like to make your page titles SEO friendly without installing any plug-ins or modifying your website too much, then this article might be for you. All it requires is a few lines of PHP in your header.php file.
5More

Rasmus Lerdorf: PHP Frameworks? Think Again. - 0 views

  • Rasmus Lerdorf is the creator of PHP and still continues as a core developer to the PHP project.
  • heavy Twitter mashup that he created. This does a lot of database calls and a lot of behind the scenes work. By hand-tuning it he was able to get on the order of 280 req/sec.
  • "Any script based language is simply not fast enough".
  • ...2 more annotations...
  • So, are there any frameworks that don’t suck? Rasmus did mention that he liked CodeIgniter because it is faster, lighter and the least like a framework.
  • It all starts with “I don’t need a framework.” 2. Then you create 7 classes. 3. Now you have a small library of classes. 4. Then you create an application that uses your library. 5. It works and it’s fast, hurray! 6. Then someone asks you to extend the functionality of your application. 7. And they keep asking for more, and more, and more and more… 8. Now you have 43 classes. 9. You’ve learn so much in the last 2 years. Design patterns, security, performance, testing… 10. What once was a small library is now a big, ugly, un-tested, un-documented, scary framework. 11. Then you change jobs. 12. And you create another 7 classes… This has been happening for the last 30 years.
1More

Anonymous functions in PHP - 0 views

  •  
    Excellent artilcle on closures and anonymous functions.
1More

exception handling - Is it best practice to try - catch my entire PHP code, or be as sp... - 0 views

  •  
    Interesting explanation on exceptions.
1More

PHP Debugging tools - 6 views

  •  
    Tools for PHP Debugging
« First ‹ Previous 61 - 80 of 125 Next › Last »
Showing 20 items per page