1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max


lane4's Saves

avatar

Burak Guzel

http://www.phpandstuff.com

Joined over 2 years ago.

clicked (25) — submitted (5) — commented (3) — saved (5)

PHP » Frameworks — over 2 years ago
In this first part of series, I will show you how to create a basic CodeIgniter install and add Doctrine as a plug-in. Doctrine is an Object Relational Mapper for PHP.
PHP » Frameworks — over 2 years ago
In this episode: - We do a quick fresh install of CodeIgniter and Doctrine, without going into details like last episode. - Briefly go over some of the basic concepts of CodeIgniter and Doctrine. - First we will review Controllers and Views in CodeIgniter. - Then we will move on to Models using Doctrine. This is where things are going to get a little different, compared to other CodeIgniter tutorials out there. - Finally we will preview a sample Doctrine Model and talk about what
PHP » Frameworks — over 2 years ago
In this episode we are going to build a User Signup Form following these steps: - We build a “User” Model with Doctrine. - Learn about Mutators. - Create tables using Doctrine. - Remove index.php from CodeIgniter urls - Build and Style the Signup Form. - Learn about Helpers, Libraries and how to extend them. - Form Validation and checking for duplicates.
PHP » Frameworks — about 2 years ago
In this episode we are going to build a User Signup Form following these steps: - We build a Login Form View and a Login Controller. - Learn about some URL Helpers. - Change the Default Controller. - Implement User Authentication. - Learn about Singleton Pattern and use it to improve our code design. - Learn about theSessions Library. - Implement User Logout.
PHP » Frameworks — about 2 years ago
1. Code and File Organization 2. Utilities and Libraries 3. The MVC Pattern 4. Security 5. Less Code & Faster Development 6. Community Support 7. Job Opportunities 8. Performance Tools 9. Suitable for Teamwork 10. And It’s Fun!