I\'m writing a CMS on PHP+MySQL. I want it to be self-updatable (throw one click in admin panel). What are the best practices?
I want that cms\\framework to create me tables like \"Users\" \"Cameras\" and so on and declare classes and simple default methods 开发者_如何学Pythonfor them (like paged sql relults and so on).
In my Drupal Site, i will be having two categories of users,say Category A and Category B. When a person wants to create an account on the site, i want to ask开发者_开发百科 them which category they b
We are developing a Online Ordering Website and we are planning to be completely flexible in the sense Layout can be changed, Color, Font , and in a page a component(div) can be added.
We have the rails app, content served from the database. Now we need to translate that to multiple languages. 开发者_StackOverflowWhat is the best way to the internalization of the ruby on rails appli
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I\'m writing my own blog/CMS engine (using WebApp and Google App Engine), and I\'m looking for a light-weight XML format to use for content storage.
I am building a simple CMS in which roles are set dynamically in the admin panel. The existing way of a开发者_开发技巧uthorizing a controller method, adding [Authorize(Roles=\"admin\")] for example, i
I would like to have an xml editing interface for a site\'s backend. There are many php based CMSes of varying sizes (my favorite being modx), but for some projects it is just overkill.
I\'m trying to use a posts page in Wordpress. For the uninitiated, this is a page (other than the home page) which features all your blog posts. You essentially turn on the static home page and point