Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COThis is the feeling I had. My concern was that by using a MCV library I would be able to construct an admin panel with relative ease, but when it came down to the customization of user websites, there could potentially be conflicts between the framework and the routing system of the CMS pages. I might still consider using one, as by not using one I could be denying myself many tried and tested concepts, but I will have to have a long think. Its really something I want to get right first time.
      singulars
    2. COBut using the framework's routing system, is much more easier and customisable than if you built one yourself. It can just take stuff from your database and populate the url with that. Do you really want to be doing stuff with just PHP Classes? http://toolkit.getkirby.com/ http://flourishlib.com/ http://clickontyler.com/simple-php-framework/
      singulars
    3. COIm a little worried that my application will become to reliant on a framework. I should have mentioned, the routing system needs to provide data in the form of an API rather than loading pages. So while a form of MVC is important, it doesnt need to be so heavy to account for things like templates. I've decided on one thing, to use phps PDO over Zend or Doctrine, because my system needs to be fast as well as portable to enable a fluid 'interact and response' UI. Perhaps API based - UI independent systems are something you are familiar with?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload