Naveed Ramzan

What is Cake PHP

What is Cake PHP CakePHP is an open source web application framework. It is written in PHP, modeled after the concepts of Ruby on Rails, and distributed under the MIT License. CakePHP uses well-known software engineering concepts and software design patterns, as Convention over configuration, Model-View-Controller, ActiveRecord, Association Data Mapping, and Front Controller.

Five Tips for Business Analysis in to Projects

Five Tips for Business Analysis in to Projects Ensure That Requirements Support Your Overall Business Needs Having a list of business requirements is certainly an integral part of your long journey toward project success. However, before celebrating, you need to be absolutely certain that those requirements support your organization’s overall business objectives. Clearly Understand the …

Five Tips for Business Analysis in to Projects Read More »

Get Record from database based on field id and record id in php and mysql

Get Record from database based on field id and record id in php and mysql Mostly we need to get all record details of foriegn key used in another table. Such as, we have Three tables: Orders (id, order_date, order_status, user_id) Products (id, name, price, quantity, status) Users (id, name, email, password, status) in order, …

Get Record from database based on field id and record id in php and mysql Read More »