• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Home
  • Featured
    • C# Tutorials
      • LinQ Tutorials
      • Facebook C# API Tutorials
    • PHP Tutorials
      • CodeIgniter Tutorials
    • Amazon AWS Tutorials
  • Categories
    • Programming
    • Development
    • Database
    • Web Server
    • Source Control
    • Management
    • Project
  • About
  • Write
  • Contact

CodeSamplez.com

Programming, Web development, Cloud Technologies

You are here: Home / Archives for Database

Database

9 Useful Mysql Indexing Tips You Should Know About

August 10, 2014 by Rana Ahsan 3 Comments

mysql indexing

Indexing is a must to have part when it comes to the area of performance optimization from database side. However, sometimes may of us create indexes that might not be best and could have other side effects instead. From last few days of my work, I did get chance to digg a little deeper into this area and found that, there are some common techniques which we should all remember … [Read more...] about 9 Useful Mysql Indexing Tips You Should Know About

Doctrine Relationship Management Between Entities

May 5, 2013 by Rana Ahsan 3 Comments

As we are using Doctrine ORM for easing our database layer programming, it's very important to understand how to establish the doctrine relationship between entities and do it in proper way to build a robust relational database design. Here by the term 'relationship', I meant the x-to-x relations, which can take form of one to one,one to many (many to one) or many to many … [Read more...] about Doctrine Relationship Management Between Entities

Transformation Between Doctrine Entity And MySQL Database

April 28, 2013 by Rana Ahsan Leave a Comment

doctrine orm

If you have started using doctrine ORM, you should already have the idea how tightly the database and doctrine entity are bonded together. Any kind of change must need to be reflected on doctrine entity and database itself as well. That can become a boring task if you start doing the changes on both side manually. So, its worth to figure out a way to migrate from one to … [Read more...] about Transformation Between Doctrine Entity And MySQL Database

How To Execute Native SQL Query With Doctrine

April 21, 2013 by Rana Ahsan 1 Comment

doctrine

So, it seems like you are in big trouble. Otherwise, why will you want to execute a doctrine native SQL query? In this tutorial, I will describe and show how you can perform such operations. But that doesn't necessarily mean I am encouraging you to use it all the time. I will still strongly recommend finding your way within the doctrine's ORM, DBAL And DQL implementation as … [Read more...] about How To Execute Native SQL Query With Doctrine

Doctrine Model Plugin For Codeigniter

November 21, 2012 by Rana Ahsan 3 Comments

On an earlier tutorial, I did showed how we can easily perform the CRUD operations using doctrine ORM. However, as a lot of developers use doctrine ORM as part of their favorite Codeigntier framework, I came to feel that, it will be very useful if we can use some wrapper model for these base CRUD operations in Codeigniter, that will use doctrine implementation. This should … [Read more...] about Doctrine Model Plugin For Codeigniter

Next Page »

Primary Sidebar

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 3,774 other subscribers

Follow Us

  • Twitter
  • Facebook

Top Posts & Pages

  • How To Work With JSON In Node.js / JavaScript
    How To Work With JSON In Node.js / JavaScript
  • PHP HTML5 Video Streaming Tutorial
    PHP HTML5 Video Streaming Tutorial
  • Generate HTTP Requests using c#
    Generate HTTP Requests using c#
  • How To Work With C# Serial Port Communication
    How To Work With C# Serial Port Communication
  • LinQ Query With Like Operator
    LinQ Query With Like Operator
  • Using Supervisord Web Interface And Plugin
    Using Supervisord Web Interface And Plugin
  • Getting Started With Smarty Template Engine
    Getting Started With Smarty Template Engine
  • Facebook C# API Tutorials
    Facebook C# API Tutorials
  • How To Use Hotkeys/Keyboard Events In WPF Application Using C#
    How To Use Hotkeys/Keyboard Events In WPF Application Using C#
  • Get Facebook C# Api Access Token
    Get Facebook C# Api Access Token

Recent Posts

  • Building Auth With JWT – Part 2
  • Building Auth With JWT – Part 1
  • Document Your REST API Like A Pro
  • Understanding Golang Error Handling
  • Web Application Case Studies You Must Read

Tags

.net angularjs apache api audio auth authenticatin aws c# cloud server codeigniter deployment docker doctrine facebook git github golang htaccess html5 http javascript jwt linq mysql nodejs oop performance php phpmyadmin plugin process python regular expression scalability server smarty socket.io tfs tips unit-test utility web application wordpress wpf

Footer

Archives

Follow Us

  • Twitter
  • Facebook

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 3,774 other subscribers

Copyright © 2023