473,406 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

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 2931
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.googlegr oups.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.googleg roups.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.com> wrote in message
news:f6********************************@4ax.com...
"Joe" <am********@tin.it> wrote in message
news:11**********************@p10g2000cwp.google groups.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.nyroc.rr.com>,
da******@weavemaker.com says...
"Adam" <an**@nowhere.com> 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.nyroc.rr.com>,
da******@weavemaker.com says...
"Adam" <an**@nowhere.com> 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
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...
1
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...
1
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...
0
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...
6
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. ...
2
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...
0
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...
0
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...
11
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.