This topic is locked

How to Create a CMS using PHPrunner 5.3

4/19/2011 4:21:58 AM
PHPRunner General questions
Q
qaiserikram author

Dear All,
I am newbie.

Though i've finalized some basic leveled applications via PHPrunner i.e. custom forms etc, but i need to create a custom CMS.

I am not an advanced user, so i need help from the PROS.

Could anyone please guide me (us) .... How to Create a CMS via PHPrunner.
I mean, menus of site from database, (automatically updated, if new page is added)

Links of URLs as per page names instead of view.php?editid1=1 etc
How to implement this ???
Waiting for Helpful Guide.

Thanking you in anticipation.

D
drk2009 4/19/2011



Dear All,
I am newbie.

Though i've finalized some basic leveled applications via PHPrunner i.e. custom forms etc, but i need to create a custom CMS.

I am not an advanced user, so i need help from the PROS.

Could anyone please guide me (us) .... How to Create a CMS via PHPrunner.
I mean, menus of site from database, (automatically updated, if new page is added)

Links of URLs as per page names instead of view.php?editid1=1 etc
How to implement this ???
Waiting for Helpful Guide.

Thanking you in anticipation.


You have to start by being a bit more specific as to what you want on it.
I will recommend to work out exactly what you want first.

Open a template project and use it, change things and learn how PHPRunner work.

Take it one step at the time, if you try to do too much at once you may get confused and think it is too complicated.

Search the forum for answers.
I started the same way you did and I am not an expert but I have been able to do a couple of application for the company I work for and they work quite well, do one thing at the time, I found PHPRunner a very, very complete product for what I want. All the features I needed where there, I just had to find them and learn how to use them.
Hope this is helpful.

Q
qaiserikram author 4/19/2011

Thanks for Your Concern Bro.
I have created some projects with PHPRunner. i.e. I've Created a custom Jobs Portal, Custom Point of Sale System with the help of forum and PHPRunner.

Now I want to create my OWN Content Management System.
I have made a website by using PHPRunner : http://www.miannaeem.com (you can see, its simplicity or complications etc)

I'm confused about these :

  1. How to create a custom menu (that is automatically updated when new page is inserted), so that client can use cms not the phprunner project.
  2. How to show page names in URLS instead PHPrunner code
  3. Any other help, comments, suggestions are highly anticipated.
    For Example : In my above mentioned site

    For ARIES Horoscope the link is as : http://www.miannaeem.com/english/zodiacal_overview_eng_view.php?editid1=1

    where zodiacal_overview_eng is name of the table/custom view.
    I want it to be updated via CMS and it should be http://www.miannaeem.com/english/Aries.php

    and so on, for about us, contact us etc

Admin 4/19/2011
D
drk2009 4/19/2011



Thanks for Your Concern Bro.
I have created some projects with PHPRunner. i.e. I've Created a custom Jobs Portal, Custom Point of Sale System with the help of forum and PHPRunner.

Now I want to create my OWN Content Management System.
I have made a website by using PHPRunner : http://www.miannaeem.com (you can see, its simplicity or complications etc)

I'm confused about these :

  1. How to create a custom menu (that is automatically updated when new page is inserted), so that client can use cms not the phprunner project.
  2. How to show page names in URLS instead PHPrunner code
  3. Any other help, comments, suggestions are highly anticipated.
    For Example : In my above mentioned site

    For ARIES Horoscope the link is as : http://www.miannaeem.com/english/zodiacal_overview_eng_view.php?editid1=1

    where zodiacal_overview_eng is name of the table/custom view.
    I want it to be updated via CMS and it should be http://www.miannaeem.com/english/Aries.php

    and so on, for about us, contact us etc


I see what you mean, Sergey added a link for you to look at.
If you really want to create your own cms instead of using the existing open source CMS available on the net,

the best suggestion I can give you is to download an open source with a GNU General Public licence and look at the code and see how they have done it and how you can use it on your site.
Before you do, please make sure the licence is:

General Public Licenses that are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
If I find something usefull for your project I will post it here.