473,657 Members | 2,566 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which is better for an eCommerce Site, CMS or PHP Framework?

Joe
Hi there.
I have to develop an eCommerce/intranet application for a client which
obviously has to access a database(mysql in this case) and handle
posting data to the server where I can hanle the information. Because
I'm a newbie to php(I have more experience in j2ee & asp.net...no
flaming plese :-) ), I need a something to save me typing lines and
lines of the same code all over again(a good mvc framework would be
nice) and was wondering if I could build a web application with a
CMS(say MAMBO or DRUPAL) and add DAO operations to it through DaoGen to
handle CRUD or am I better off using a good MVC FRAMEWORK like PRODO?
Thanks in advance.

Joe

Mar 13 '06 #1
7 2947
NC
Joe wrote:

I have to develop an eCommerce/intranet application for a client which
obviously has to access a database(mysql in this case) and handle
posting data to the server where I can hanle the information. Because
I'm a newbie to php(I have more experience in j2ee & asp.net...no
flaming plese :-) ), I need a something to save me typing lines and
lines of the same code all over again(a good mvc framework would be
nice)
You can do better than that and type no code at all; take a look at
osCommerce:

http://www.oscommerce.org/
and was wondering if I could build a web application with a CMS(say
MAMBO or DRUPAL)


If you wanted to write the shopping cart from scratch, you could...

Cheers,
NC

Mar 13 '06 #2
Joe
Thankyou so much for replying. More than a shopping cart I need
something along the lines of product/invoice administrating system with
charts & reports. So I was really wondering if theres is some Content
Managment System out there which I can add a php component(for CRUD
operations, etc..) or plugin to. A CMS is handy because it saves you a
lot of time with the web pages & structure but obviously is less
flexible as say a web framework. I was hoping someone could point me to
an opensource framework which is the best of the two.
Thanks again :-)

Joe

Mar 16 '06 #3

"Joe" <am********@tin .it> wrote in message
news:11******** **************@ p10g2000cwp.goo glegroups.com.. .
Thankyou so much for replying. More than a shopping cart I need
something along the lines of product/invoice administrating system with
charts & reports. So I was really wondering if theres is some Content
Managment System out there which I can add a php component(for CRUD
operations, etc..) or plugin to. A CMS is handy because it saves you a
lot of time with the web pages & structure but obviously is less
flexible as say a web framework. I was hoping someone could point me to
an opensource framework which is the best of the two.
Thanks again :-)

Joe


I am speaking about something I know very little about, but I know phpnuke
is a CMS. so is Spikesource.com (LAMP+MySQL-based).
Apr 25 '06 #4
>"Joe" <am********@tin .it> wrote in message
news:11******* *************** @p10g2000cwp.go oglegroups.com. ..
Thankyou so much for replying. More than a shopping cart I need
something along the lines of product/invoice administrating system with
charts & reports. So I was really wondering if theres is some Content
Managment System out there which I can add a php component(for CRUD
operations, etc..) or plugin to. A CMS is handy because it saves you a
lot of time with the web pages & structure but obviously is less
flexible as say a web framework. I was hoping someone could point me to
an opensource framework which is the best of the two.
Thanks again :-)

Joe


Take a look at Joomla - it's fairly easy to write/add components for
it.

Adam.
Apr 25 '06 #5
"Adam" <an**@nowhere.c om> wrote in message
news:f6******** *************** *********@4ax.c om...
"Joe" <am********@tin .it> wrote in message
news:11****** *************** *@p10g2000cwp.g ooglegroups.com ...
Thankyou so much for replying. More than a shopping cart I need
something along the lines of product/invoice administrating system with
charts & reports. So I was really wondering if theres is some Content
Managment System out there which I can add a php component(for CRUD
operations, etc..) or plugin to.
Joe


Take a look at Joomla - it's fairly easy to write/add components for
it.

Adam.


I'll second a vote for Joomla. I'm just finishing up writing a "component"
(a particular style of plugin) for Joomla, and it's fairly easy to do.

It's certainly easier to start with an established CMS and write some
plugins, than to roll the whole thing from scratch. And since it's open
source, you can always find a plugin that's sort of what you want, and
modify it to suit you, so you don't have to write entirely from scratch.

The problem I see with CMS's is that today they are a moving target. There
is lots of development, so new versions come out regularly. One particular
CMS gets ahead for a while, then another one zooms past it--it's not an easy
environment. The 3rd party stuff drives you nuts, because it's often tied
to a very specific version of the CMS, which makes it hard to assemble
exactly the set of features you want, due to version conflicts.

The quality of the PHP code isn't high (in my far from humble opinion), and
some of the 3rd party stuff for Joomla is downright poor, but then again, I
suspect the quality of code inside proprietary CMS's isn't great either.
The most useful things about open source CMS's are that (1) you can see
what's going on, and change it as you see fit, and (2) there's a community
of people to help you find stuff.

-Dana
Apr 25 '06 #6
In article <Vf************ ****@twister.ny roc.rr.com>,
da******@weavem aker.com says...
"Adam" <an**@nowhere.c om> wrote in message


We took a long look at a number of so called eCommerce packages before
we set up our site.

Our conclusion was nothing written in PHP even comes close to being
vaguely acceptable.

It just isnt a suitable language for that scale of software. There are in
fact only a handfull of eCommerce packages even worthy of the name or
even barely suitable for the task. Mostly they were so poor in every
respect they were a joke.

Others will dissagree I've no doubt but that was our conclusion in a
nutshell.

Apr 25 '06 #7
On Tue, 25 Apr 2006 16:01:10 GMT, ju*****@opinion .com wrote:
In article <Vf************ ****@twister.ny roc.rr.com>,
da******@weave maker.com says...
"Adam" <an**@nowhere.c om> wrote in message


We took a long look at a number of so called eCommerce packages before
we set up our site.

Our conclusion was nothing written in PHP even comes close to being
vaguely acceptable.

It just isnt a suitable language for that scale of software. There are in
fact only a handfull of eCommerce packages even worthy of the name or
even barely suitable for the task. Mostly they were so poor in every
respect they were a joke.

Others will dissagree I've no doubt but that was our conclusion in a
nutshell.


Out of interest - apart from plain bad coding - what were the main
drawbacks? Security?

What did you go for in the end?

Adam.
Apr 27 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
1773
by: Laphan | last post by:
Hi All I seem to be getting to grips with the whole ASP DB ecommerce thing, but there are certain aspects that my knowledge is really thin. If poss, could you please advise or point me in the right direction re the below: 1) I use the getrows feature all the time now for recordsets rather than doing a DO ... LOOP recurse of the records. At present this works great with the data I'm working with, but is there a
1
1580
by: VM | last post by:
Assuming I build and Ecommerce site in C# or a normal site in .Net, would my site be compatible with any web hosting service? I'm new with the concepts of web hosting but I was wondering what the limits are on making a site on C# and using a web hosting service to publish it. Can web apps be put on a web host? Thanks.
1
1641
by: Miguel Dias Moura | last post by:
Hello, in 2 months i will create an eCommerce web site in ASP.net. I have been creating web sites in Flash, ASP, ASP.net and PHP for quite sometime. However i never created an eCommerce web site. So i have a few questions: 1. How an eCommerce web site works? Where can i find some information about it?
0
1543
by: VB Programmer | last post by:
I installed IBuySpy ECommerce app and customized an ecommerce site. Now I want to make a 2nd ECommerce app, based on the Starter Kit. But, when I run Setup it asks if I want to repair or uninstall the current one. How do I create a 2nd ECommerce site based on this Starter Kit? (Including auto db setup, etc...) Thanks!
6
1789
by: J Rieggle | last post by:
Hi there, I am stuck on a problem that relates to eCommerce sites, but isnt ASP.NET specific (sorry). The ecommerce site is working in the UK, and products will be sold in pounds stirling. However, should I be presenting the currency figure in the currency of the visitor? I want to keep the site simple to begin with, so if I choose to render localized currencies, I probably need to something similar with the content too. I was...
2
1487
by: Brent Borovan | last post by:
Over the next few months our company will be adding ecommerce functionality to a new web based service we are developing. Customers can sign up for the service and pay for it either on a monthly basis (where their credit card will be charged automatically each month) or a yearly subscription. Our application is writen in ASP.Net 2.0 (C#) and we would like to consider finding a prepackaged solution we can easily integrate with our...
0
1191
by: Lisa | last post by:
This is a unique opportunity to architect and build a new web site and integrate with all other company software to provide global commerce for our products on the web from the ground up. The position is for a full time employee - not contractor, and is located onsite in Concord, MA. The position description is provided below. Thank you for your time. For more information email LR.staffing@comcast.net. -------------
0
1094
by: Lisa R | last post by:
This is a unique opportunity to build a new web site and integrate with all other company software to provide global commerce for our products on the web from the ground up. You will join a team of mechanical CAD employees that has repeatedly proven itself in the industry. SpaceClaim is located in Concord, MA, we are a new CAD company developing a new 3D system and also a new way to sell CAD software. As a senior ecommerce architect,...
11
2028
by: Greg | last post by:
How can C# be used for a website ? Would the person viewing a site need to have the .NET framework installed ? What other technologies would need to be used ? Would a database server be needed for dynamic content ?
0
8397
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8310
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8827
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6167
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4158
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1957
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.