-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation typos #3
Comments
Hi, you're right is now fixed ;) |
#3 http://phalconphp.com/documentation/views #4 CSS -> the .source-code class #5 http://phalconphp.com/documentation/tags |
#6 Just an idea. http://phalconphp.com/documentation/models
|
Thanks mailopl for your feedback, all of those were fixed :) |
In which markup language is the documentation written? Maybe if you put it up on Github, we can contribute and enrich the framework documentation. And also fix bugs. :) |
That sounds very nice!, we are not using any sophisticated method to write documentation, it is plain php+html |
It would be great if Phalcon could use some setup similar to this: http://readthedocs.org. The documentation could be written using RST: http://en.wikipedia.org/wiki/ReStructuredText and compiled with http://sphinx.pocoo.org/ |
Another one :P Phalcon_Model_Resulset public static find([array $parameters=null]) -> should be Phalcon_Model_Resultset |
And another (code on the top of the page): |
Another one: |
Thanks, those were fixed :) |
I create this ticket to report documentation typos.
#1: http://phalconphp.com/documentation/controllers
If User has Authorization, then... redirect him to the login page :) ? If i correctly get it, should be false.
#2 http://phalconphp.com/documentation/models
'By default model "Robots" will refers to table "robots"' (refers -> refer)
As long as:
function initialize(){
$this->setSource("the_robots");
}
And comment: 'The model Robots now maps to table "the_birds"' (does it :D ?)
The text was updated successfully, but these errors were encountered: