Plugin Directory

Changeset 452134


Ignore:
Timestamp:
10/17/2011 06:37:22 PM (14 years ago)
Author:
tombenner
Message:

Adding four screenshots showing functionality from the events calendar example app

Location:
wp-mvc
Files:
8 added
4 edited

Legend:

Unmodified
Added
Removed
  • wp-mvc/tags/1.1.1/README.md

    r451789 r452134  
    5151#### Is feature X available?
    5252
    53 This framework is still in development. Most of the functionality that's available is used in the example application, so if there's functionality that you'd like to use that isn't implemented in there, it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:
     53Most of the functionality that's available is used in the example applications, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:
    5454
    5555* [WordPress Forum](http://wordpress.org/tags/wp-mvc?forum_id=10)
  • wp-mvc/tags/1.1.1/readme.txt

    r451789 r452134  
    5353= Is feature X available? =
    5454
    55 This framework is still in development. Most of the functionality that's available is used in the example application, so if there's functionality that you'd like to use that isn't implemented in there, it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:
     55Most of the functionality that's available is used in the example applications, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:
    5656
    5757* [WordPress Forum](http://wordpress.org/tags/wp-mvc?forum_id=10)
     
    6161
    62621. If you've worked with MVC frameworks before, the file structure for WP MVC will look refreshingly familiar.
     632. Administration Menus are added automatically for each model, but they can be customized or omitted.
     643. An example of the default "admin/index" view, which includes search functionality and pagination by default and can be customized.
     654. An example of the default "admin/add" view. See the next screenshot for the code that creates it.
     665. The code of the "admin/add" view in the previous screenshot. Forms can be easily created using the form helper, which includes an `input()` method that automatically determines the data type of the field and shows an appropriate input tag. Methods for most types of inputs (textareas, hidden inputs, select tags, checkboxes, etc) are also available, as are association-related input methods like `belongs_to_dropdown()` and has_many_dropdown()`.
  • wp-mvc/trunk/README.md

    r451789 r452134  
    5151#### Is feature X available?
    5252
    53 This framework is still in development. Most of the functionality that's available is used in the example application, so if there's functionality that you'd like to use that isn't implemented in there, it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:
     53Most of the functionality that's available is used in the example applications, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:
    5454
    5555* [WordPress Forum](http://wordpress.org/tags/wp-mvc?forum_id=10)
  • wp-mvc/trunk/readme.txt

    r451789 r452134  
    5353= Is feature X available? =
    5454
    55 This framework is still in development. Most of the functionality that's available is used in the example application, so if there's functionality that you'd like to use that isn't implemented in there, it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:
     55Most of the functionality that's available is used in the example applications, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:
    5656
    5757* [WordPress Forum](http://wordpress.org/tags/wp-mvc?forum_id=10)
     
    6161
    62621. If you've worked with MVC frameworks before, the file structure for WP MVC will look refreshingly familiar.
     632. Administration Menus are added automatically for each model, but they can be customized or omitted.
     643. An example of the default "admin/index" view, which includes search functionality and pagination by default and can be customized.
     654. An example of the default "admin/add" view. See the next screenshot for the code that creates it.
     665. The code of the "admin/add" view in the previous screenshot. Forms can be easily created using the form helper, which includes an `input()` method that automatically determines the data type of the field and shows an appropriate input tag. Methods for most types of inputs (textareas, hidden inputs, select tags, checkboxes, etc) are also available, as are association-related input methods like `belongs_to_dropdown()` and has_many_dropdown()`.
Note: See TracChangeset for help on using the changeset viewer.