-
I remember @samdark said (IIRC at YiiConf 2012) that mailing component will be bundled with the Yii2. We should make decision what's the best approach after all: to create SwiftMailer/PHPMailer wrappe…
-
Entity class generated via the console with convert-mapping:
application/models/Foo/Test.php
```
-
Hi oscar,
can you help me, to create sample to implement this to Codeigniter?
-
Phil Sturgeon wrote a great blog post on this explaining the need for something like base controllers.
http://philsturgeon.co.uk/blog/2010/02/CodeIgniter-Base-Classes-Keeping-it-DRY
Reasons why I thin…
-
Hello, thanks for the great work.
I have a dropdown with two options, Yes or No.
if yes is selected, continue to step 2.
if no is selected, continue to a sorry step and don't allow further submissio…
-
/installer/index.php/installer/step_1
```
A Database Error Occurred
Error Number: 1146
Table 'pyrocms.default_ci_sessions' doesn't exist
SELECT * FROM (`default_ci_sessions`) WHERE `session_id` = …
-
When I upgraded to 2.0.3 the form helper no longer generates IDs on form_input, form_password, etc elements. I believe these were working in 2.0.2 so it is probably a regression.
Without the ID elem…
-
Hello, i just try to test no-cms with xampp under Win7.
I put all stuff at d:/xampp/htdocs/nocms/
Installer works fine , but anytime i click a link i have to login again.
So i can't go to admin panel …
-
$route[SITE_AREA .'/content/log'] = "admin/content/log";
i set up this and work perfectly
but not able to accept parameters
i extend it like this for accepting parameter
$route[SITE_AREA ."/dashboar…
-
I get this error when I try to flush a new loggable entity
```
Uncaught exception 'Doctrine\ORM\Mapping\MappingException' with message
'No identifier/primary key specified for Entity 'Gedmo\Loggable…