0

Unfortunately I'm months into a project and now the client is requesting a cms based option to edit a few pages on the fly. Now I'm totally knew to pyrocms but from what I've been reading it's not your traditional cms.

The current site already uses codeigniter so I'm not sure how this will effect it.

Since the site is pretty much done except for the few pages that now need cms editing capabilities is pyrocms something I can add an use to control the information on these pages? The only thing I'm needing out of it is the page editing capabilities, blogs, modules, comments, add/ delete pages are not needed.

Using an already made page is it possible to get pyrocms to control the text that the page uses? with other cms's you can generally just point the template to the page.

Not sure how this will work with routing, considering http://site.com/editpage and pyro would be installed as something like http://site.com/admin. Does it have the backwards compatibility to exit outside it's directory or will I have to target the database manually and pull the information out and display it accordingly.

4

1 に答える 1

0

Cryodes の反応は正しいです。ION 認証を使用してカスタム ログイン セクションを作成し、独自のコントロール パネルを作成することをお勧めします: https://github.com/benedmunds/CodeIgniter-Ion-Auth

もう 1 つの簡単なオプションは、サイトのルートに admin フォルダを作成し、そこに PyroCMS をインストールすることです。Pyro のルーターを PyroCMS 管理エリアに設定し、バックエンドをログインで使用して記事を作成します。次に、CI アプリケーションで Pyro のデータベースに接続し、そこから記事を取得します。

于 2013-04-08T07:41:42.330 に答える