mojoPortal Features

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
1/10/2011 6:10:18 AM
Gravatar
Total Posts 2

mojoPortal Features

Hi, I know I should read the documentation before asking this, but let me just say that this the most comprehensive set of documentation I have ever seen for an application, and I am ready to commit myself to using mojoPortal and reading all documentation, but I have one question that will influence my final decision.

I just want to know if with mojoPortal I can add my own tables, sy for instance, a pricelist. AND, can I show different prices based on the logged in user?

I just started out a small ISP company, and need an application like this to design not only my own website, but also websites for clients.

Jacques Swart

 

 

1/10/2011 7:05:41 AM
Gravatar
Total Posts 18439

Re: mojoPortal Features

Hi Jacques,

Yes, if you are a developer you can create your own tables and features to interact with data in your tables. Most custom features do involve creating custom tables and we have an installation system that allows you to add sql scripts to create your tables stored procedures etc and alter them over time through version upgrades.

I recommend watch and work through the training videos which shows how to do the most common tasks for any feature including creating a table and data access code. That should get you oriented to how to develop custom features, after that the next step is to realize the the mojoPortal source code has examples for how to do many many things that you are likely to want to do in your own features and studying the code for existing features will help you a lot in figuring out how to do what you want in your custom features. While we have a lot of documentation on this site, the source code itself is really the ultimate documentation and it is written with the goal that it should be fairly easy to understand the code.

http://www.mojoportal.com/developertrainingvideos.aspx

It is a lot of videos but each one is less than 10 minutes and a lot of information is covered.

Hope it helps,

Joe

1/10/2011 7:33:07 AM
Gravatar
Total Posts 2

Re: mojoPortal Features

Hi Joe,

Thanks for the quick reply.. I have started to download all the videos, and will start working on it tonight. I have been trying a couple of CMS systems, and so far I am very excited about mojoPortal.

I am a programmer analyst, and we do C# ASP.NET development, but we are uisng only MVC technologies, so i dont think it will be too difficult..

Do you have a consulting company in South Africa yet?

Jacques

1/10/2011 8:04:44 AM
Gravatar
Total Posts 18439

Re: mojoPortal Features

mojoPortal is built on WebForms not MVC so if you only want to use MVC probably you should use something else.

We have customers in South Africa using mojoPortal but I'm not aware of consulting companies in South Africa offering mojoPortal related services, the may exist but I do not know of them.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.